Loading Tool

Explorer IconExplorer

Memory Pool

79,698 transactions
30.95 vMB
0.07032239 BTC
Random Selection Loading Transactions
Max Size: 187.47/200 MB

Candidate Block

Mining Attempt fcf175eb2fb1738d2d652410577208eff223eff128e945f2e0cae9719775ed15
Version 20000000
Previous Block 00000000000000000000714dd5626405ef762615f56971366158ae4e4759dedf
Merkle Root 2833253f021ddbdd3a312534b8951b28e756ecd2dbe2f75408a71dfe8bc450ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,143
Size: 1.00 vMB
Total Fees: 0.00353716 BTC
Feerates: 40.21 > 0.35 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,202 (490,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,582 424,582 000000000000000004ca643d6a93730f1019b47970f8c8cd790e705e7e374232 2,856 1.00/1.00 vMB 126
424,581 424,581 0000000000000000021a2dee34a6de8298b84dc2283dcd410213dd16fa786cd1 2,912 1.00/1.00 vMB 70
424,580 424,580 000000000000000002bb581159244d7dfacbe3e9d4a8ecd8e83211886decade5 2,353 1.00/1.00 vMB 71
424,579 424,579 000000000000000003d71fcd9e91a88ff03611e71844b28d49cb7d601cbc9f0c 2,931 1.00/1.00 vMB 122
424,578 424,578 000000000000000003c20c7a52f1cdbf4106ee7acfe1a502dba618b76e543910 1,971 1.00/1.00 vMB 106
424,577 424,577 000000000000000004a819b684f8f666d0a2eecdd81442200d78de21c2f8806f 840 0.31/1.00 vMB 60
424,576 424,576 000000000000000000da1631a8d7ce980248dc9300f4d1648d5d27f50cb77cbf 2,173 0.93/1.00 vMB 63
424,575 424,575 0000000000000000000e119c2e5c0f69f5f37d24c1bbaab309d1e421a72dd734 1,990 1.00/1.00 vMB 66
424,574 424,574 00000000000000000152ec258dcfd86b037740e59d37623dbf6f6d31daae2bce 2,166 1.00/1.00 vMB 67
424,573 424,573 00000000000000000173b38084ba0f88964d6c7a7c4a9065f1d807ac830f3161 1,984 1.00/1.00 vMB 81
424,572 424,572 0000000000000000028841f40e9eb72466fe9282b9454d8b960c210546e0b669 2,394 1.00/1.00 vMB 72
424,571 424,571 0000000000000000012176e8b76d386ea085097ce2c758930bf3044bfc3f4470 2,635 1.00/1.00 vMB 86
424,570 424,570 000000000000000004088ec80299212f3c81ca29b7a6caa9d62bc650fe1af759 727 0.31/1.00 vMB 78
424,569 424,569 000000000000000002dfad1910e58dbbb21c84a17e48a142825d2ec817ff2f2a 1,186 1.00/1.00 vMB 34
424,568 424,568 000000000000000001bf05c99cdcad57c0f7c38c9004d04a9f2f7d77ada170a6 2,519 1.00/1.00 vMB 75
424,567 424,567 000000000000000004c3ca4142d6c75495e9a5774b3c07995db55f4f7d0c90e6 2,454 1.00/1.00 vMB 69
424,566 424,566 000000000000000002370ddb4a6a86a93c2d4772abc4e4753096a53ead2c9e06 1 0.00/1.00 vMB 0
424,565 424,565 000000000000000004d722023a8292a15bee83a5e83862ecc42e9ef42fce65c4 2,217 1.00/1.00 vMB 69
424,564 424,564 000000000000000002f6c68725948a9c1373170e70af44edd8e0f0d57ff6fa5a 1,140 1.00/1.00 vMB 31
424,563 424,563 000000000000000002b142558648efc3765a897cbff7b8b4486574669799559e 2,455 1.00/1.00 vMB 61
424,562 424,562 0000000000000000040241363b56921253509e73a6d97922dced623df85e32ff 2,603 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.74 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: 708.16 GB
    • Received: 16.72 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.