Loading Tool

Explorer IconExplorer

Memory Pool

44,278 transactions
17.96 vMB
0.14657589 BTC
Random Selection Loading Transactions
Max Size: 111.01/200 MB

Candidate Block

Mining Attempt 31f2b67cbabdb649c2f8fc5f8afbc78e21105a3be47d9ce3a21ed17a0c522bae
Version 20000000
Previous Block 000000000000000000005cd39b54451bcd6d0ef1ab8eccd269f581c04d0697d7
Merkle Root 20379abcc3d6641a19e61bbd2a2facb67c28ce2b856b0db1cbd8629bdc8387fe
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,850
Size: 1.00 vMB
Total Fees: 0.08029672 BTC
Feerates: 1,130.28 > 8.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,584 (66 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,518 938,518 00000000000000000000679b412a417e7d9dd1ea91e443a08478df4aca8e8156 1,845 1.00/1.00 vMB 2
938,517 938,517 00000000000000000001529af3af1e0a8ab3f41f16a56e1a9509370a6daa6032 2,152 1.00/1.00 vMB 5
938,516 938,516 00000000000000000001009d17827caa9194701103163d9023a76a36aa1fe4c9 694 0.31/1.00 vMB 2
938,515 938,515 0000000000000000000180272cc3bdb768e5eaffdc817959f064759b887557ef 1,838 0.77/1.00 vMB 2
938,514 938,514 000000000000000000014b88d7f9b0e3bd7045e78096482b9f5c1c16cb9186fd 2,235 0.77/1.00 vMB 2
938,513 938,513 00000000000000000000093660db6442125bc9c15c517b52e9d2fcbb069334a7 2,236 0.80/1.00 vMB 2
938,512 938,512 000000000000000000006095445bbdb04a675e55187521e7b77b4fd9a4c72b6f 3,564 1.00/1.00 vMB 2
938,511 938,511 00000000000000000000f9d2ef90fce76beb82ab3b115e828c1e6e476a42e455 512 0.16/1.00 vMB 1
938,510 938,510 00000000000000000001887b67e3c0105a3ca33c9eb6d73f8eceb5dce2b4887f 3,075 1.00/1.00 vMB 3
938,509 938,509 00000000000000000000a18ba2feed93d15b17352bb3667ae0055ea138d641a6 310 0.08/1.00 vMB 4
938,508 938,508 00000000000000000001ced2a05f37832573fcb68c31a7030fd597686cc01cf8 77 0.01/1.00 vMB 2
938,507 938,507 0000000000000000000032180d1cd6d54fa10bdfc500167fe5cc7bd4b6339e25 3,006 1.00/1.00 vMB 2
938,506 938,506 00000000000000000000df0c41ca76fc93b961a85c78145afc37de36e4d476cd 2,529 1.00/1.00 vMB 0
938,505 938,505 00000000000000000001a6e9b99ac20be2111d5747d01372d9e898ffa5eff79a 109 0.03/1.00 vMB 1
938,504 938,504 00000000000000000000498bd7ad39884f75b8cedb0d1df049ada31026f7ccec 4,323 1.00/1.00 vMB 0
938,503 938,503 0000000000000000000101f68972e50ee36a5a2a9f930e86b89045c2ca977259 2,418 1.00/1.00 vMB 1
938,502 938,502 0000000000000000000036b6a34eb829fb0ba463f9dd2b1999c417100088cfde 4,634 1.00/1.00 vMB 0
938,501 938,501 00000000000000000000d829b291478d0e3add4fb1ec8fb6b630063e565cc7f5 3,810 1.00/1.00 vMB 1
938,500 938,500 000000000000000000016dd6a6f2cb82c530b6f95b2a2800c8401b1f8b82c753 4,711 1.00/1.00 vMB 1
938,499 938,499 00000000000000000000af5a57d008e6f73eb450b0419af89866cb9b38a4d0e4 3,339 1.00/1.00 vMB 1
938,498 938,498 00000000000000000000a80e3680cfc0fe7f516b9c98714b2c9a8922d7950012 3,699 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 824.16 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: 4,119.24 GB
    • Received: 227.62 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.