Loading Tool

Explorer IconExplorer

Memory Pool

86,112 transactions
32.01 vMB
0.12679119 BTC
Random Selection Loading Transactions
Max Size: 196.16/200 MB

Candidate Block

Mining Attempt c0fd7defe549d4cc95ca96da0b6e97333e5983eb88d7ad01f4507a9d6fe4beee
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root d8a5b78df792797ddce00bd1971e227611410059a4bb50071310262c3ffc4692
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,100
Size: 1.00 vMB
Total Fees: 0.04659811 BTC
Feerates: 301.57 > 4.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (490,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,589 424,589 000000000000000000aa74ad437b56b4fa0757db51e60162277641c9ad85d658 1,972 1.00/1.00 vMB 66
424,588 424,588 00000000000000000344659dca0ca90b4995a277b9d33c0731b8f56f3534dd12 2,208 1.00/1.00 vMB 51
424,587 424,587 000000000000000002dda71a74b4e2fe242bd3504fb2d683e8842c3e0841c22c 2,755 1.00/1.00 vMB 58
424,586 424,586 000000000000000000238a0a55ce359dd66fd492d52163ea27b7a89689a0f74e 2,346 1.00/1.00 vMB 51
424,585 424,585 000000000000000004f4acdc601b39f482c32679b62b267339e05b16ed784303 2,732 1.00/1.00 vMB 68
424,584 424,584 000000000000000001cfe480782647c4e907f7d78cf4811f0a3149cb2184ff94 2,454 1.00/1.00 vMB 79
424,583 424,583 000000000000000000267d30e8af0f2f4d09f00f4e4dd2e64b6367b28ca143d1 2,426 1.00/1.00 vMB 93
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
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.