Loading Tool

Explorer IconExplorer

Memory Pool

80,721 transactions
30.15 vMB
0.12235038 BTC
Random Selection Loading Transactions
Max Size: 180.85/200 MB

Candidate Block

Mining Attempt 297ff86a4c050e106947b06f9cbd72c519fc983a3e657a3a021f4d96b616344a
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 946cc2e6bbd9cfd1b591d1a79ea26641a6f84aa4f6fceb302742eb4313be10f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.06038734 BTC
Feerates: 180.34 > 6.05 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (127,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,644 787,644 0000000000000000000496ad751d9f1d50ff10b9258918599de4f8cc942e457f 6,047 1.00/1.00 vMB 36
787,643 787,643 00000000000000000000764a6de85499dcec3edc682f62f616179a2d72e9572a 5,144 1.00/1.00 vMB 40
787,642 787,642 00000000000000000002a55e6a94118ea298cd9486e6a2e59cc470f9a2c31f5a 3,952 1.00/1.00 vMB 36
787,641 787,641 00000000000000000003214bb14549120ebfc32eee614fc585f7c37105f86aa1 3,715 1.00/1.00 vMB 48
787,640 787,640 0000000000000000000133912a45b3c7656e7a5d0537b87678e7cd764ebf3762 4,514 1.00/1.00 vMB 21
787,639 787,639 0000000000000000000056582511a6d4ecfaa479953b284d3d22e413f5123053 4,125 1.00/1.00 vMB 14
787,638 787,638 00000000000000000003cdb351c675c1d25e45025af46208abc25197bf1999a2 4,770 1.00/1.00 vMB 22
787,637 787,637 000000000000000000023e6e7fa73b62bf46bc26644f24fc9a36f3e7856945a8 4,207 1.00/1.00 vMB 25
787,636 787,636 00000000000000000000ce5f29c919d499584990968c03c4d20d5f841d4f6871 4,574 1.00/1.00 vMB 30
787,635 787,635 000000000000000000050ddb472cc561cdd442eed5c15443a21de7cb44494740 3,997 1.00/1.00 vMB 34
787,634 787,634 00000000000000000004a97ed03c8f17ca5f834be82110bbbf5edb521ffd3dfd 4,163 1.00/1.00 vMB 34
787,633 787,633 0000000000000000000418c8480e886baeeee5c5e4c4454fb240f94ed25e989b 2,958 1.00/1.00 vMB 44
787,632 787,632 00000000000000000001276cd0663c853c977f0ad25c8835463a370f2cad6b11 4,063 1.00/1.00 vMB 37
787,631 787,631 000000000000000000058931ea46d3f368ad783024c75656e623d4e188567504 3,321 1.00/1.00 vMB 42
787,630 787,630 00000000000000000005b0078194f5e193e0bebf1ca7884f68aaab2a21753749 5,190 1.00/1.00 vMB 10
787,629 787,629 0000000000000000000532b9a0ef156ef7965c5f89c95a5781c565b8b32985e9 5,179 1.00/1.00 vMB 8
787,628 787,628 00000000000000000004f046d23b30b7b43a872f7a82666bb5b76539451f74f3 3,715 1.00/1.00 vMB 26
787,627 787,627 000000000000000000000644bb4bc9b9ebf9fdddfb46782d77d905407dec86a0 3,522 1.00/1.00 vMB 21
787,626 787,626 0000000000000000000506d70f3d71e95ec5a3d39c59836a792064736b166b4e 3,747 1.00/1.00 vMB 13
787,625 787,625 000000000000000000033ec5ce76a57f3051606791575d3d84dc84c5a8525105 4,609 1.00/1.00 vMB 16
787,624 787,624 000000000000000000011257ed140c06d7cc9eb9e66e4a5c5eda94cdc2f75d81 4,636 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.48 GB
    • Received: 14.99 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.