Loading Tool

Explorer IconExplorer

Memory Pool

82,353 transactions
30.75 vMB
0.08414772 BTC
Random Selection Loading Transactions
Max Size: 185.35/200 MB

Candidate Block

Mining Attempt c319ecd04fa963f673b097b69bd6eabb88016bf6a65de8bd5b9e58e64e81d8ae
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 736da1bfaf74677ee902979c3faec7f749a053eec38d0c108cf874c0c8a3d89c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.01883617 BTC
Feerates: 73.20 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (313,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,571 601,571 000000000000000000083f87f8ed2b3ec2bbc0339277e51ba5feb83f8a83aeb5 1,553 0.51/1.00 vMB 15
601,570 601,570 00000000000000000008a7d0bfe8c760492c73f07ff771487397c2a01ec10c94 3,220 1.00/1.00 vMB 17
601,569 601,569 0000000000000000000272653abe660bfdd4d272aabd92537290caeb82cb8949 2,604 1.00/1.00 vMB 18
601,568 601,568 0000000000000000000551649b559277d2bd0fa33ae26980066516e8e3d23deb 2,811 1.00/1.00 vMB 30
601,567 601,567 00000000000000000006a8442b3dca57f3fe0d8ab8d4a97105d83131c29d3a5b 2,569 1.00/1.00 vMB 30
601,566 601,566 0000000000000000000ddcd50c3efb13a0755619d324773255e7b1197bb4b719 2,949 1.00/1.00 vMB 31
601,565 601,565 00000000000000000006a5d6871d8407abcba2a5ff2546dcbc179ddae0950331 2,452 1.00/1.00 vMB 28
601,564 601,564 00000000000000000009541276b33e7ec61103c299188146d54dfb326c7fceac 429 0.16/1.00 vMB 6
601,563 601,563 0000000000000000001299b11bc0d69390dcb5761f3934212a472ec066b09e8d 2,780 1.00/1.00 vMB 11
601,562 601,562 0000000000000000000d7612d743325d8e47cb9e506d547694478f35f736188e 3,264 1.00/1.00 vMB 36
601,561 601,561 00000000000000000006a4a234288a44e715275f1775b77b2fddb6c02eb6b72f 1,838 0.60/1.00 vMB 23
601,560 601,560 000000000000000000009b0cbd632f6c06f21fb36ef4fa2e2098489b1dc4f76c 2,194 0.79/1.00 vMB 25
601,559 601,559 0000000000000000000b27cff22d09291a92820425851476c7c29a03dbb2b793 1,348 0.76/1.00 vMB 6
601,558 601,558 0000000000000000000ff70300bf9f8059465d0b31d47ab05edba3861270c048 2,445 1.00/1.00 vMB 7
601,557 601,557 0000000000000000000ebbbf947f317b34ecf8e97e8e9cd77762daebce230f49 2,828 1.00/1.00 vMB 17
601,556 601,556 000000000000000000086386374a6b7bec30200fe607a3322eddd44da914e59a 2,833 1.00/1.00 vMB 19
601,555 601,555 0000000000000000000f118088c2e6c8227e91ea4593e76d88d59d8413d90be8 3,005 1.00/1.00 vMB 28
601,554 601,554 0000000000000000000f790f1933d5783f514e7a204546c91502b26995050d37 2,044 1.00/1.00 vMB 23
601,553 601,553 0000000000000000000626e71fbb9b6e6370c6d8e138faf8a162cbaa2ebbcaeb 2,765 1.00/1.00 vMB 39
601,552 601,552 0000000000000000000c2d40162025283b7dcdb6de1ef0aafd6b5e85ed3c89ba 2,744 1.00/1.00 vMB 32
601,551 601,551 000000000000000000080148e80adec3c05c2031386dfe9d31121d483571c3c4 2,876 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.