Loading Tool

Explorer IconExplorer

Memory Pool

78,001 transactions
29.10 vMB
0.08687187 BTC
Random Selection Loading Transactions
Max Size: 175.63/200 MB

Candidate Block

Mining Attempt 4a8e9a23bb677fc0e064499c666b8c47305178d4f8e9ea3733c3964646e3909f
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3745534f21c1c76eb473b40ecb4a57c0a5777ee6a1272f17e25f092fbd3529f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.02595795 BTC
Feerates: 81.07 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (295,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,442 619,442 0000000000000000000eb0385b631769edd5f698e453f9443e06c882f915fc8c 3,137 0.85/1.00 vMB 8
619,441 619,441 0000000000000000000c6b6aa1774f7f74f640cfad6c7335b131eccca7c61a3d 3,240 1.00/1.00 vMB 19
619,440 619,440 0000000000000000000221c34c84b494f79324ce13ffc19990d20487fbbeda8b 3,214 1.00/1.00 vMB 17
619,439 619,439 000000000000000000116a66d5c2ae19a63c3b1b95516f024718eb7d247ad225 3,327 1.00/1.00 vMB 3
619,438 619,438 000000000000000000121c1085bd9b1930e70c578acc2a31694de09f7f199383 3,535 1.00/1.00 vMB 22
619,437 619,437 00000000000000000004f92f556628654532baa90b7364e27405e1affe2678f0 3,455 1.00/1.00 vMB 25
619,436 619,436 00000000000000000007351372e04a30a1b4e6493f2a37743ef9a9ba16f86688 3,329 1.00/1.00 vMB 10
619,435 619,435 000000000000000000081cafbcbf6ca79f29650b172384a19c9afbaf4fd859b9 2,816 1.00/1.00 vMB 13
619,434 619,434 00000000000000000008a5fde40dd775866c11649c7876f50a628e9d5af2d698 3,085 1.00/1.00 vMB 18
619,433 619,433 00000000000000000009cc583d550045c4479ef3d69c9cedb56c56a888031af0 2,850 1.00/1.00 vMB 19
619,432 619,432 0000000000000000000a02c7e62b73ac12b1077644a80b0c5a16f76a8a0aca2e 3,152 1.00/1.00 vMB 27
619,431 619,431 0000000000000000000218e6cf775c97dfb0483c99a828e266ba08a1481b6173 2,980 0.82/1.00 vMB 17
619,430 619,430 0000000000000000000ad3fb230b291731adc1e0b611db698c246cbb9b4fd6f8 2,609 0.83/1.00 vMB 15
619,429 619,429 0000000000000000000e3387dc68919c5ccac5cd4310af541106b497d8f08801 3,119 1.00/1.00 vMB 16
619,428 619,428 00000000000000000011b64a0003f236cad1178c85b612230b8802785ca892cb 1,335 0.40/1.00 vMB 22
619,427 619,427 000000000000000000010e5b61608dbc351b8f9d9d5937ebeaaa1f34bc9da418 3,578 1.00/1.00 vMB 16
619,426 619,426 000000000000000000008dcbb33dc515af80381b39ba51d5ae8dca916a4195ae 2,577 1.00/1.00 vMB 9
619,425 619,425 00000000000000000003f09cdc84809a4eeee148281a59c1e3e4e1220a4f3d9d 2,568 1.00/1.00 vMB 7
619,424 619,424 00000000000000000000c77731d38efec6b77437c3a182e42ad9adaf9b3db7a3 2,701 1.00/1.00 vMB 21
619,423 619,423 0000000000000000000a3a398bff570edcd41507d3671b2ee0f8b5663bbfefff 2,437 1.00/1.00 vMB 21
619,422 619,422 000000000000000000072ba1b474d8a5e5cad4c64d5b0c46fac0997d3db704cb 2,280 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.67 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: 673.14 GB
    • Received: 16.41 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.