Loading Tool

Explorer IconExplorer

Memory Pool

78,516 transactions
29.81 vMB
0.11589937 BTC
Random Selection Loading Transactions
Max Size: 179.12/200 MB

Candidate Block

Mining Attempt a6cc1ec4c7b291f705b352c4a141e6f49bd65a0e56b308973aab005b783e7ab2
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root afe24d48a90ad34ab1bb7a40ae6bfe978b4f7dc0ee316be68c6c6600e5b88748
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,183
Size: 1.00 vMB
Total Fees: 0.03476919 BTC
Feerates: 673.02 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (96,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,150 819,150 000000000000000000008a417593785e2cac190ab5bc0e20bbb22d37e338df07 4,463 1.00/1.00 vMB 32
819,149 819,149 000000000000000000013d65a1d457357b116d199d8777f10db604b8d85d82b6 3,301 1.00/1.00 vMB 38
819,148 819,148 000000000000000000038da4776efcfe80354ed2f80983977dd5fa9b89f37f68 3,279 1.00/1.00 vMB 26
819,147 819,147 00000000000000000003cf8daac33a60d54afc358fea5ed715a7b6559bafd1a4 2,138 1.00/1.00 vMB 33
819,146 819,146 00000000000000000002b2a3f07182bf4e94726a9c308c689374e0760e197fee 2,716 1.00/1.00 vMB 40
819,145 819,145 0000000000000000000235b4634f710da5c8ac8734b90dd6002e08a4e6e7a397 1,396 1.00/1.00 vMB 30
819,144 819,144 00000000000000000000dbffbff618b56e13e029b209bdd72cf1271e62be043c 2,667 1.00/1.00 vMB 38
819,143 819,143 000000000000000000004a570758ac45bf06d2174584820ca782dd68ee98f253 2,373 1.00/1.00 vMB 38
819,142 819,142 00000000000000000002320a9b9d89bdc84db779259e6c3bad8022703ef326e2 2,139 1.00/1.00 vMB 45
819,141 819,141 00000000000000000003b56109f5902b78dcc48daf83d3e272c937983659cfee 1,510 1.00/1.00 vMB 38
819,140 819,140 000000000000000000013a472301a5ce5518e9916191e4d9165fba018c8d1271 3,300 1.00/1.00 vMB 44
819,139 819,139 0000000000000000000228e668997262cefdbf42da6b8a8a140c354e6c7f30ac 2,856 1.00/1.00 vMB 57
819,138 819,138 00000000000000000001b7f7565d8ec6ec7c08fa8b458ae0def2720ead0dfcce 2,392 1.00/1.00 vMB 48
819,137 819,137 00000000000000000000bfb48e0061bd828642b82bbec3411103bdd6e826d5b6 3,212 1.00/1.00 vMB 77
819,136 819,136 00000000000000000002400eecf800b1eb9ce91990f5bf030a3a5dc732884d0b 3,034 1.00/1.00 vMB 45
819,135 819,135 000000000000000000012d2492ffeed11e3c9f8b1444db94ef61c435b9ee0e4a 3,637 1.00/1.00 vMB 70
819,134 819,134 000000000000000000036631be2fdd61ee156d5132a4f909b0c44ec4f5f242e1 3,350 1.00/1.00 vMB 43
819,133 819,133 000000000000000000001085dc7e4f4effda4c14f8bb2f4dae2ab616cd3cbf99 3,333 1.00/1.00 vMB 50
819,132 819,132 00000000000000000002a894ca06dec9465e8e1a36f763c8e4ad51f9c72bf317 2,122 1.00/1.00 vMB 34
819,131 819,131 00000000000000000002d987feac4074f9853f496ab6fc86f7e9a2f2f139c9ca 3,108 1.00/1.00 vMB 59
819,130 819,130 000000000000000000040f8af4373a9c574cab9f372dae008593b9feacae4e9f 2,044 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.