Loading Tool

Explorer IconExplorer

Memory Pool

43,347 transactions
26.37 vMB
0.05889248 BTC
Random Selection Loading Transactions
Max Size: 138.62/200 MB

Candidate Block

Mining Attempt f1691d856265ab6021e3209ba9121e33cf5bf1b38da2000ccfb08774eddd2c1a
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root 797670e6d7d3583f2ce2a82837324d12573a89822cf8290b1695f182d3e01cff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,597
Size: 1.00 vMB
Total Fees: 0.01066445 BTC
Feerates: 40.21 > 1.07 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (415,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,577 499,577 0000000000000000004070ccec128f58f9b6aed061be97cdc2094063a55ddd1d 2,335 1.00/1.00 vMB 201
499,576 499,576 00000000000000000097c7c4f6cb098f3ffc3718081b96f2720555d311ff8e14 1,846 1.00/1.00 vMB 250
499,575 499,575 000000000000000000202491a313c2f44f5b942cb463da229262b779cf871d85 2,040 1.00/1.00 vMB 235
499,574 499,574 00000000000000000072481defa7231da3d6a38841a24a51c8477804e305ed6b 2,380 1.00/1.00 vMB 366
499,573 499,573 0000000000000000000bd5afca699faa5f333c5b5e5da192a13fec8dab67a380 2,843 1.00/1.00 vMB 325
499,572 499,572 000000000000000000a2fe5bf222cf2bc2853b0e09c1b3b30b74be4a137ba7a2 1,729 1.00/1.00 vMB 242
499,571 499,571 0000000000000000004770760c5a2e21a09260d0728e40d89959146d57e7fdef 1,237 1.00/1.00 vMB 192
499,570 499,570 0000000000000000007f4d05931a212de7ba9f04e19dcf057876029b2be70d4a 2,340 1.00/1.00 vMB 202
499,569 499,569 0000000000000000002afce5cd3bb4f746823e19c3789ca6fee8dc74ddd61559 2,694 1.00/1.00 vMB 416
499,568 499,568 000000000000000000180070f0c47a3c5362f91a865738c16d2705957f51c7fe 583 1.00/1.00 vMB 157
499,567 499,567 00000000000000000048d3af8f6c5f5c217c602c09cd587b49a0e2a91c5d1c25 974 1.00/1.00 vMB 189
499,566 499,566 0000000000000000002c74eac4158556b873344a5ed4011873c68f04c6bab45c 1,426 1.00/1.00 vMB 187
499,565 499,565 00000000000000000009b4d18d5a6a2cc1137ed410655c03f1b4902eee981a92 2,498 1.00/1.00 vMB 350
499,564 499,564 000000000000000000567dc3c9deffadef1d7853cf5e0a35b2a5e32fba944b0a 1,996 1.00/1.00 vMB 198
499,563 499,563 000000000000000000045e9b868048bb41ccb7c74bb72569f059c763c09a7f88 2,662 1.00/1.00 vMB 396
499,562 499,562 000000000000000000aa6be4db52086ef6dd30fecd0892c8b1fc3b5a14d0cc44 1,064 1.00/1.00 vMB 186
499,561 499,561 000000000000000000500edab0df4ae379f1608c925376785db63e34e8dabf28 1,981 1.00/1.00 vMB 278
499,560 499,560 00000000000000000078c8e9a1c8e6f8973d39c9ed1a4e0b8aa8f56fb034e38f 1,547 1.00/1.00 vMB 227
499,559 499,559 0000000000000000007720b2936efbb0022ca71959617f799eca728f7d121fe2 1,305 1.00/1.00 vMB 239
499,558 499,558 00000000000000000052e6152b090afab5cc9b387c134e089ff1485bab4e74ef 1,501 1.00/1.00 vMB 215
499,557 499,557 000000000000000000579a484e132e39c10a908012347ff89f3f57e7bb1d2860 1,249 1.00/1.00 vMB 162
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.60 GB
    • Received: 12.96 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.