Loading Tool

Explorer IconExplorer

Memory Pool

49,017 transactions
28.32 vMB
0.08146074 BTC
Random Selection Loading Transactions
Max Size: 151.28/200 MB

Candidate Block

Mining Attempt d0f7c2040d0cef79a34918528b2354fafca2d299b7519c8a9b8c50dc36657767
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 6b5efc43661286f14302122e0fe700382acbdd0dd4df92fe7b5fc9f0e97f6c3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,119
Size: 1.00 vMB
Total Fees: 0.02733077 BTC
Feerates: 500.45 > 2.74 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (337,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,768 577,768 0000000000000000000571e044811e9db2dfe6f584ff7034a55d68b9424a6c8f 3,057 1.00/1.00 vMB 60
577,767 577,767 00000000000000000019a31f6edeb064c2f11190c3f30eb0122714ddc4f462e1 1,418 0.91/1.00 vMB 26
577,766 577,766 0000000000000000000aee883de97f355c8d1c41d391b52fcd8b9a70d87709a6 1,248 1.00/1.00 vMB 10
577,765 577,765 0000000000000000000db4f4066dbf50857eda0f8634e749c8485cee29524ca2 1,352 1.00/1.00 vMB 16
577,764 577,764 0000000000000000001336396ee0c44f855a10ab249827f1e16ab403930321b2 2,254 1.00/1.00 vMB 90
577,763 577,763 00000000000000000012eb471a37d67fd5ec103b373690b8c34cc624246430b6 2,072 1.00/1.00 vMB 73
577,762 577,762 0000000000000000000962b5f9af5edb212cdf46b0f382fe01ebd7f0b108c10a 2,003 1.00/1.00 vMB 19
577,761 577,761 00000000000000000015b0898e6b130b35c6a167fab5815a9006170d7c1d4dda 2,289 1.00/1.00 vMB 20
577,760 577,760 0000000000000000000e59267b701dd8132dc9ceaca0d2f9ac848652a8f0bcfd 2,935 1.00/1.00 vMB 63
577,759 577,759 0000000000000000002377817324b4744e7d86f9d1eba924246d8ebcdab3cfdb 2,539 1.00/1.00 vMB 26
577,758 577,758 00000000000000000025cc13bd1c92643af749932f74c2da0e44753d108e364a 2,437 1.00/1.00 vMB 32
577,757 577,757 0000000000000000002011e60c76746d9225d588ea3b19cf03ba37fa74815b4f 2,704 1.00/1.00 vMB 33
577,756 577,756 00000000000000000016afa71b04f86fa4f0b3e2841453af70cc26ac4ae746ec 2,743 1.00/1.00 vMB 32
577,755 577,755 0000000000000000002239d5356e75ce84168c0702ac98e6c3b13e61ea928dfa 2,455 1.00/1.00 vMB 47
577,754 577,754 000000000000000000281f6bd14e3ebb8811af1502556da247e0b3118053e706 2,659 1.00/1.00 vMB 97
577,753 577,753 0000000000000000001040cab526c6ad4c6533b323d6788dc67bfc097825bf08 2,501 1.00/1.00 vMB 141
577,752 577,752 0000000000000000000db88e75856b842e1168a9827b23895001e76db0bd2fc9 2,944 1.00/1.00 vMB 61
577,751 577,751 00000000000000000027d9ef9437b4a87eccb554157d68c130237fd62536dd97 3,335 1.00/1.00 vMB 143
577,750 577,750 00000000000000000002ebde4029cd6a94ad2df4e4619091bc0e49f64bd29c62 2,493 1.00/1.00 vMB 75
577,749 577,749 0000000000000000000a9d7db4f2d5580917e0089b949aedc84355b7a27f557e 2,977 1.00/1.00 vMB 94
577,748 577,748 0000000000000000000ffa32a5278c35bce70a8e1c96c9fa7a20f0192939162e 3,126 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.