Loading Tool

Explorer IconExplorer

Memory Pool

83,210 transactions
31.22 vMB
0.16523113 BTC
Random Selection Loading Transactions
Max Size: 186.81/200 MB

Candidate Block

Mining Attempt 76c47debc7f7d47d61169205ff313be9e6d978209cc2ffd4d689877a07a7c2c6
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 8eeeeddc46949740f2dfc2d6815cc616229ba172362daf7111a98235735af61d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,763
Size: 1.00 vMB
Total Fees: 0.07155414 BTC
Feerates: 150.65 > 7.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (480,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,580 434,580 0000000000000000014b1b9e432283bdd545ddcb9dcf0a9d0ba14f5eef345d05 2,461 1.00/1.00 vMB 75
434,579 434,579 0000000000000000025bb3629ce01e2ad4f2eb82dbcb16a079de59160baa694b 2,839 1.00/1.00 vMB 82
434,578 434,578 000000000000000001f927d4b20314d8c4699339c897e8c34d8b5588e1b3b112 2,285 1.00/1.00 vMB 73
434,577 434,577 000000000000000001341328d5bd0dcf79f910458c9a45363b4f01fc4731ef7b 1,495 0.98/1.00 vMB 43
434,576 434,576 00000000000000000394f250688ebd11b5bc052b5ef8c6e29ed94a9e8029582b 2,044 1.00/1.00 vMB 49
434,575 434,575 0000000000000000033f9ae4984b515da8b1216970573435f55390ff3c1ee57d 2,508 1.00/1.00 vMB 68
434,574 434,574 000000000000000002ee3a1a902889bb3f78889db0ea3f57b7acd001844fa4c8 2,327 1.00/1.00 vMB 56
434,573 434,573 0000000000000000036cedf6b5af26686dabb55d8bd4f57f425ab938b5dfe05a 2,372 0.75/1.00 vMB 96
434,572 434,572 000000000000000004108567197c89818eb064c815ea79286f6d6e3946b3c085 1,119 0.62/1.00 vMB 62
434,571 434,571 0000000000000000032e4aa7afdefa05373f4bccd96deeec9010d0ac07688cdc 2,003 0.90/1.00 vMB 59
434,570 434,570 0000000000000000040bd97519ed60ffd7594404fd72b21a8a0b3eb6e67b4d1c 1,787 1.00/1.00 vMB 50
434,569 434,569 000000000000000001e34f1275a5dac634729001d93ec2b7f2203af3104e6f99 2,545 1.00/1.00 vMB 53
434,568 434,568 00000000000000000110cb4fde7c00558ae6a6ee6b128c31b17b9036e7452ea4 2,553 1.00/1.00 vMB 85
434,567 434,567 0000000000000000024e44dbcd2008d74cc0fae51e773ba8a345839a8acea2a6 728 0.30/1.00 vMB 71
434,566 434,566 000000000000000000b78ff64125510d00d57abec2adaad7bcdbcb1d65e1fd8c 839 1.00/1.00 vMB 24
434,565 434,565 00000000000000000214425b5a33f3959274acfdd64d691219233c1b9442f15a 596 0.22/1.00 vMB 79
434,564 434,564 000000000000000002196359968b1efd9762da6639f52e8fa8033108e9b259e4 570 0.99/1.00 vMB 23
434,563 434,563 000000000000000001aaed5c0b1df9c1df036d1112fa2b8d7eb029113624223c 2,541 1.00/1.00 vMB 68
434,562 434,562 000000000000000002bf87707a054008a39b382599d8237ea276a82b3da9d310 1,298 0.98/1.00 vMB 42
434,561 434,561 00000000000000000205fe7485c3d92c6d6de9a560c581dbe9574dfa282f9296 50 0.91/1.00 vMB 12
434,560 434,560 000000000000000000bc4d40b72810c5bb0986e0d93728a8ec37ec51520962f8 1,197 0.93/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.65 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: 672.67 GB
    • Received: 16.30 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.