Loading Tool

Explorer IconExplorer

Memory Pool

25,841 transactions
27.21 vMB
0.06338230 BTC
Random Selection Loading Transactions
Max Size: 129.91/200 MB

Candidate Block

Mining Attempt fbf083f177fa8578cb05b919b5a77868b4a02d52fd4ef16c71ac012b58a25e17
Version 20000000
Previous Block 000000000000000000003b9ee01acf19676ca411be8223c9e25fd1b75f6deb77
Merkle Root 98989db7436522623cd04cb1131d5d6614ca994e173ac3ba6d7b920869d952ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,662
Size: 1.00 vMB
Total Fees: 0.01189298 BTC
Feerates: 60.13 > 1.19 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,482 (913,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536 536 0000000026c22aef6ad239ed7cce10ee37ea91fffd280bc581f4e8e705106ba5 1 0.00/1.00 vMB 0
535 535 00000000eae98bf15e531e004bcaffdf3c5c5cc6444c52a9fd0f82101249ba95 1 0.00/1.00 vMB 0
534 534 00000000827d29aff6dd1f65c772885502960a7416957e5a00dfcff8a4374bdc 1 0.00/1.00 vMB 0
533 533 00000000dd86f3873dfdc4e2f5f18f40575d14b20696406511815f1b97e67eea 1 0.00/1.00 vMB 0
532 532 0000000054dfed74457e592658485bb93f60e7e608c815f093e1d59106ab74e4 1 0.00/1.00 vMB 0
531 531 00000000a8eb67a3850b2a212994caf169bd08e56841d1777ed40e3057818fff 1 0.00/1.00 vMB 0
530 530 0000000012ac8aedef5fb255a9a01f52d2292c5af21c737eaba1ef05e2c9c136 1 0.00/1.00 vMB 0
529 529 00000000a0899965df34ebd3dbe3c1538e09433834f10d3f0a438ab9f5f0730e 1 0.00/1.00 vMB 0
528 528 00000000e49373a26666dda6553bb5f0d74a939a788217829b20e6016a8334d4 1 0.00/1.00 vMB 0
527 527 0000000050475e8b0608b84ae592640cd63577af6da96376570cfb5782bc9e5d 1 0.00/1.00 vMB 0
526 526 00000000be9472e6e4b47acfb67345bd7aba371b41712904e30a1e6e728e910d 1 0.00/1.00 vMB 0
525 525 00000000015402dc2bcc4afdc3be3c58e873a7ecea22c12f72d6889eb9b9a0b1 1 0.00/1.00 vMB 0
524 524 00000000309014d78fc7440362c8ae0599e79557fe7bd0c94172dbc8c050ba5e 2 0.00/1.00 vMB 0
523 523 000000003c22a2357ddc3c55c098346c9ee68510984b2c41c351c548ef295162 1 0.00/1.00 vMB 0
522 522 00000000a258ca4d95258d15db20e5305082039c75e33d8b954eea3dcad14d88 1 0.00/1.00 vMB 0
521 521 00000000df876b240d833725492cff229b57ce6cd27f23e55eb972c992fb099f 1 0.00/1.00 vMB 0
520 520 00000000d9934c6ea6d0ab6c209227622bab36973bf2f8519d56de8e490c5381 1 0.00/1.00 vMB 0
519 519 00000000c82dee467b576139731f6197775ba9ff3bb57f0fde638b9a89d00423 1 0.00/1.00 vMB 0
518 518 00000000c6bcf8f690bdfbcf51a2c4b9057d47f05ba9efc3980b5c83919a8828 1 0.00/1.00 vMB 0
517 517 0000000098c4a148c28c0eb7ae6aeca20768db02f4f1f9795f66924da6181214 1 0.00/1.00 vMB 0
516 516 000000008c8e0512be74fec25a643b6337b3596974a2cee47682578bf6a583a5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.08 GB
    • Received: 10.81 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.