Loading Tool

Explorer IconExplorer

Memory Pool

77,257 transactions
28.79 vMB
0.07950791 BTC
Random Selection Loading Transactions
Max Size: 174.17/200 MB

Candidate Block

Mining Attempt f1e5646b9c2c9a21a56db26f0372b16cb713fca10bdce669ad2b71d0a6e747d9
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root c2b3593bcbe54fd0aa5b74b0741b9664a335ae307cad788cc01dbc2e83a2d4d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,726
Size: 1.00 vMB
Total Fees: 0.01960981 BTC
Feerates: 100.17 > 1.96 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (491,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,560 423,560 000000000000000004cbef0311e0f5efe337c1e0957a0669eb8f71276c74234b 2,254 1.00/1.00 vMB 59
423,559 423,559 0000000000000000041b53dcc129acf93059683d8b850437ea1728f9edbdd8b0 980 0.41/1.00 vMB 54
423,558 423,558 0000000000000000006a8a81df4eb7cfd377358ec2bde78dae85c6aa18023bdc 1,153 0.42/1.00 vMB 57
423,557 423,557 0000000000000000053773a29a0d9657b7b39cdd489d6bc3f7ae4c45b87f5592 1,244 0.50/1.00 vMB 55
423,556 423,556 0000000000000000045a7a9fc94bf7d4bf970c884fcd5f425c3a99d4d3099017 1,679 0.69/1.00 vMB 55
423,555 423,555 0000000000000000040c8bcde4a57e5c5bca80f6610f44c893bb804a60b0ab2d 485 0.20/1.00 vMB 54
423,554 423,554 000000000000000003a619d475cacdb96a92e5049fe94d8226f0af138326eced 32 0.01/1.00 vMB 54
423,553 423,553 0000000000000000043bfaf7356d6ab58e6debbcab8c603175d2ebd563ee0312 865 1.00/1.00 vMB 22
423,552 423,552 00000000000000000553cf2e97435fb789eeb7883a29976d1caa75f7bfbfe6d9 840 0.44/1.00 vMB 50
423,551 423,551 000000000000000005612c8f5155b8f5f61e44562126cf6128444a7f24cb6ec1 296 1.00/1.00 vMB 9
423,550 423,550 00000000000000000346e617ec3ddbddbd366d5e77838346e84123a9f5b71e46 654 0.33/1.00 vMB 57
423,549 423,549 000000000000000000cb3e8692c8c529cc5352d32017fc3f7a946711846a7c2e 480 0.98/1.00 vMB 17
423,548 423,548 00000000000000000077dc019e1faf124263f3e02cbd42c44e8bc7df8fa15d83 918 0.40/1.00 vMB 60
423,547 423,547 0000000000000000054475923371ffcfd229e5bcdd564ffba7071779d7e054de 1,181 0.99/1.00 vMB 31
423,546 423,546 000000000000000000f8cd37ccd5a2978d4310d2d7d48e1ba3f2b4f993cd3eee 1,540 1.00/1.00 vMB 43
423,545 423,545 000000000000000003e3ca85da608dddfa9f3e729a35e3ffffdccb19ccb7be89 2,400 1.00/1.00 vMB 68
423,544 423,544 000000000000000004a95d566fe14d0698f1e866dc13597b53bbf828b338c234 888 0.52/1.00 vMB 54
423,543 423,543 000000000000000001dbeb48b0121d4d9892844fc02e9dacb2b0c0487af601c8 1,053 1.00/1.00 vMB 28
423,542 423,542 0000000000000000056338bdf3954b9c2aa5ededa740cca243c04a1678c672e9 1,124 0.54/1.00 vMB 58
423,541 423,541 000000000000000002c75123539e30cbb1af98723be4fa2dccb675e7fba61e1f 281 0.78/1.00 vMB 13
423,540 423,540 0000000000000000040bd6d3385752e55155e900d8a7432176f971ac9031fe59 1,211 0.87/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.63 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.13 GB
    • Received: 16.16 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.