Loading Tool

Explorer IconExplorer

Memory Pool

84,999 transactions
31.99 vMB
0.11761206 BTC
Random Selection Loading Transactions
Max Size: 195.64/200 MB

Candidate Block

Mining Attempt 6aa1254b57d87170a3fc1b4d0b01531598a1789ce32cbf46e9a22fdbccf548ee
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 1b4af1d3efab44ff60d0da2f79a39dbce578c3bbd451f7febb8e03934a1ed2f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,777
Size: 1.00 vMB
Total Fees: 0.03783259 BTC
Feerates: 301.05 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (108,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,570 806,570 000000000000000000003410b43fc354d1667db91c39ed9e3ff4c268bf4296c9 4,752 1.00/1.00 vMB 18
806,569 806,569 0000000000000000000439c3e4f56d75fbb4ecf1b05a1937acfefbd6cc70ee04 5,657 1.00/1.00 vMB 17
806,568 806,568 000000000000000000037f4078352953814b7324536460710f612fa533cb1694 5,221 1.00/1.00 vMB 18
806,567 806,567 000000000000000000015f1c9ead0ad6041a7f13e1d03e3de2cdad97af4c429f 4,290 1.00/1.00 vMB 21
806,566 806,566 00000000000000000001111766cb906613a9a5a11691d4a3ed6549fa00f9c190 2,455 1.00/1.00 vMB 24
806,565 806,565 00000000000000000004da35e9e60831fed4eb804537d53da96985b142abfa03 6,299 1.00/1.00 vMB 17
806,564 806,564 00000000000000000004bcf4a553729a2e681d4e4049f2536778bdad6306aba0 2,575 1.00/1.00 vMB 23
806,563 806,563 00000000000000000004c1a0019d71b98c7e8fbfdd83e03f242ee80f9bd29b9d 2,113 1.00/1.00 vMB 18
806,562 806,562 000000000000000000032d4a767c22c3ba0e551c3e8f85e73230eefd2469f344 5,310 1.00/1.00 vMB 18
806,561 806,561 000000000000000000001efd6a705d33d7f690fb06f1d9a6480d61b7dceb2b93 4,602 1.00/1.00 vMB 20
806,560 806,560 000000000000000000023cd3ee2db8e6570d65e6cdaeb132a1c718a668aebc60 4,877 1.00/1.00 vMB 20
806,559 806,559 0000000000000000000434c23012979f00cd3d84d92b09736a94521412434dfc 3,215 1.00/1.00 vMB 20
806,558 806,558 00000000000000000001dd2a5a8580fadea68ddf1fc3c4e016eb353f19f4f916 4,181 1.00/1.00 vMB 16
806,557 806,557 00000000000000000004ee55b1f89dd6bc7538e700fac0ce66d5fbdd5e32d4c5 4,814 1.00/1.00 vMB 19
806,556 806,556 00000000000000000000a67b201943aaad626e454784baae9dcf15ed9de11c9a 6,833 1.00/1.00 vMB 17
806,555 806,555 0000000000000000000156f4d1135c848f9fd122c98fff3464eecc8f72240082 5,424 1.00/1.00 vMB 16
806,554 806,554 00000000000000000004522d3305d2e63868ffd16ae4c1208a7a4d3422239685 3,778 1.00/1.00 vMB 19
806,553 806,553 000000000000000000045df831594ec1a447d9ae007791d3eb5f64761e17389e 2,216 1.00/1.00 vMB 22
806,552 806,552 000000000000000000045f1c4211a77ecec6f3c4d288a191c657b72a02d18dca 2,605 1.00/1.00 vMB 27
806,551 806,551 00000000000000000002fa856f08bf2cb503f47f387d821c0d658250a6d2de62 3,474 1.00/1.00 vMB 19
806,550 806,550 00000000000000000000c41af8de8d5fcbbc6dda841fec005ad557ca46be12ab 1,782 1.00/1.00 vMB 25
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.71 GB
    • Received: 16.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.