Loading Tool

Explorer IconExplorer

Memory Pool

43,347 transactions
26.37 vMB
0.05889248 BTC
Random Selection Loading Transactions
Max Size: 138.62/200 MB

Candidate Block

Mining Attempt 419afd9bbedef3f8ea32ee577b101da5e7b2a21ec2e20e3432094c581c70c178
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root 797670e6d7d3583f2ce2a82837324d12573a89822cf8290b1695f182d3e01cff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,597
Size: 1.00 vMB
Total Fees: 0.01066445 BTC
Feerates: 40.21 > 1.07 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (442,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,087 472,087 00000000000000000020d8ced6e5b5a0d8528ffa7cc7fbe1e2a4f4083449b2a0 2,024 0.99/1.00 vMB 302
472,086 472,086 000000000000000001420acf92a3a3f84c81fec455aa8bd4cf9ed843fb0ca531 1,930 1.00/1.00 vMB 301
472,085 472,085 000000000000000000a808f257e26baaeab88dfc70453d6e65b8dc8b16b6e57d 2,298 0.99/1.00 vMB 403
472,084 472,084 0000000000000000015e22405e714d4475cc70ef604641713e54478996f51fbb 2,152 0.99/1.00 vMB 298
472,083 472,083 000000000000000000bbb1a164773d6e1ccaa9816ded578d92960ed0d6258fb2 2,212 1.00/1.00 vMB 381
472,082 472,082 00000000000000000115985aeff04c3d92f9db02a17acf9b65b9bd8924d77f0d 1,968 1.00/1.00 vMB 186
472,081 472,081 000000000000000000c534ea37f581b6a79a449e03ea23b5e11708faedd23644 2,307 1.00/1.00 vMB 295
472,080 472,080 000000000000000000c22124d49dd44d5706fa405015deb5d27895f953e58b73 1,677 1.00/1.00 vMB 179
472,079 472,079 0000000000000000000630393f8d114a38d93851bc960a77ff9581a92dcde2ca 1,804 1.00/1.00 vMB 236
472,078 472,078 0000000000000000014ba001116b5ddc4662af383cbab08417d4e77af48e131e 2,470 1.00/1.00 vMB 387
472,077 472,077 000000000000000001125ba0f302e067414563f22579ea901c3f99b5de436029 2,239 1.00/1.00 vMB 320
472,076 472,076 0000000000000000011d7cb47eef2a731e8bba219049e03c06af4edd43ba758b 1,111 1.00/1.00 vMB 95
472,075 472,075 0000000000000000003e74643ad3eb7926777e0691466f0c493c1798a98a9301 1,373 1.00/1.00 vMB 127
472,074 472,074 0000000000000000015cefa4623dd2bd22d6c0ddefa7f114445cb3e93e3c2c5c 1,240 1.00/1.00 vMB 304
472,073 472,073 0000000000000000002dbcfdc5bcbc37e1810a7f5e026394bbb8651d8878ba6a 1,303 1.00/1.00 vMB 359
472,072 472,072 000000000000000000072fb704209f0bc0dccf23c9390aee5c29ee154d9fa45e 1,126 1.00/1.00 vMB 129
472,071 472,071 000000000000000000778bd922f6b707fe48215694da0b20a104b6d3f39f3760 1,531 1.00/1.00 vMB 296
472,070 472,070 0000000000000000009d7dded369daf4d7daef740a6867e557860bd4cee77f28 738 1.00/1.00 vMB 39
472,069 472,069 0000000000000000009daed4027922d3a2b8b8dd62834e628fced75c85b06f45 791 1.00/1.00 vMB 82
472,068 472,068 000000000000000001651eb67254a5582cffa2651f43efc96ecc36a2677ac379 598 1.00/1.00 vMB 54
472,067 472,067 00000000000000000067c4bc7ca9f31f1a454feaeae15782d8139fb7d8d5e318 234 0.09/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 781.96 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: 647.60 GB
    • Received: 12.96 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.