Loading Tool

Explorer IconExplorer

Memory Pool

43,856 transactions
26.62 vMB
0.06627516 BTC
Random Selection Loading Transactions
Max Size: 139.78/200 MB

Candidate Block

Mining Attempt 5e0f19381d6f58537cc7aa2edaa35c96920e95526576adfdce75ba6c4116a699
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 900be2bff0b199d9c7d224201b039a30e6d3dfdaf73aee14ecdc942ee7bb1ae7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,653
Size: 1.00 vMB
Total Fees: 0.01727627 BTC
Feerates: 150.61 > 1.73 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (413,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,106 501,106 0000000000000000004922d7b1aa6862e7877f7da4f2aa9e41aa12828199a38e 2,223 1.00/1.00 vMB 553
501,105 501,105 00000000000000000066e50b6fbda540e08b93a0b24fc9cc14ef885082e86006 872 1.00/1.00 vMB 122
501,104 501,104 00000000000000000032a547beace10924cf7671c1a1f5a029d8d7ca118ef71a 1,962 1.00/1.00 vMB 482
501,103 501,103 00000000000000000078877541023aa108d98ef1eedc162c63b38c652357bf56 1,903 1.00/1.00 vMB 642
501,102 501,102 0000000000000000005de468bce47f4aaa7d160c7ab35295b2319e43241d48b2 690 1.00/1.00 vMB 249
501,101 501,101 0000000000000000008b53a63f593643bc50d6dfd21009607cb24cab77dee249 724 1.00/1.00 vMB 116
501,100 501,100 00000000000000000041dfec7b9c92c6f53a321e114d14fb24445a9cc7acdebe 2,060 1.00/1.00 vMB 475
501,099 501,099 00000000000000000062369508f009cf2e24d34d2d9fda5c24d5a7c716cbaf87 1,920 1.00/1.00 vMB 573
501,098 501,098 0000000000000000007b3c432c6ef87bf1e0fbeec13123c604d8d131ed8260fc 1,350 1.00/1.00 vMB 249
501,097 501,097 00000000000000000036e21f09ebd878e90e1f8c8d43260ec9e40d25efd43f5a 2,135 1.00/1.00 vMB 770
501,096 501,096 0000000000000000002ea679cc09a1c406310debfbdad0db6b1ee0a02e56cb42 1,247 1.00/1.00 vMB 173
501,095 501,095 000000000000000000872f11e04cf080c67c637ab1e69ac7ab99ae98b83afaa4 1,956 1.00/1.00 vMB 335
501,094 501,094 000000000000000000863c53d982e1b6ce1e4abf59d1c266df10e1ede448382e 1,655 1.00/1.00 vMB 383
501,093 501,093 0000000000000000000510cba7b45ef07a6c8eca9e79984e41eda71f0719bbb1 1,990 1.00/1.00 vMB 914
501,092 501,092 0000000000000000002d732df3fffb7e1a20f4a39179a848b1bd2ef3afea5eee 918 1.00/1.00 vMB 294
501,091 501,091 0000000000000000005cba8243a5f728442655700ebdf06a02e88a93f58475ba 1,393 1.00/1.00 vMB 391
501,090 501,090 0000000000000000005bb446cbd8d0acd63bf426a47a2a513a4849a44a29e4fa 152 1.00/1.00 vMB 121
501,089 501,089 0000000000000000002f12a44b1b0db88c161f3e5ddb831b8431ecf5d9bd5326 1,500 1.00/1.00 vMB 417
501,088 501,088 0000000000000000006a5ce439ea696dacb417698c02369b019213af53687410 814 1.00/1.00 vMB 271
501,087 501,087 0000000000000000003150995a37262d418d3572e2e13e46a277409dcade37c1 1,355 1.00/1.00 vMB 523
501,086 501,086 0000000000000000005620cdf45c287efc98837a5d9a7893023835c9d9a58e2d 1,359 1.00/1.00 vMB 385
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.48 GB
    • Received: 12.94 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.