Loading Tool

Explorer IconExplorer

Memory Pool

74,543 transactions
27.51 vMB
0.07154239 BTC
Random Selection Loading Transactions
Max Size: 167.88/200 MB

Candidate Block

Mining Attempt cc62137c18ec2dffd5c59f22bcc4bd3d1a54ae6e211dfc8edd4823eee5d92aba
Version 20000000
Previous Block 000000000000000000010950b61da0baa042148f703ef2aa9b4a35e9f3df6819
Merkle Root f43315ff8dc6344f79e497c3ad97e82021c41166a33311ef807b80409e721a07
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.01297174 BTC
Feerates: 301.05 > 1.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,264 (909,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,476 5,476 000000004a00af1c6e98a43a9e0d46d21cd5cbbf352ba4fa7b78ddbcc8dfed17 1 0.00/1.00 vMB 0
5,475 5,475 00000000a41f3c1b8bb414b1ec6718c9e9bc07db18310f38055be0ccfd6c45f8 1 0.00/1.00 vMB 0
5,474 5,474 00000000b2adbec7d75aced42b174f6cb2bc92483e5eeb895ff526c79bc9af49 1 0.00/1.00 vMB 0
5,473 5,473 0000000070da89af371ca6cc199981e32dbb3ecff3e887a15f6c228428352101 1 0.00/1.00 vMB 0
5,472 5,472 000000009fe858ee32bb0b9f98507080ae5938a41769b425e37d0038c4f412f8 1 0.00/1.00 vMB 0
5,471 5,471 00000000cd67e465a7dc7d6a61165a5920364fb1b4a4219fe9eb7762852ac2de 1 0.00/1.00 vMB 0
5,470 5,470 0000000012edd696c437386ce5b18705914c083f1633720b390f43bf2235c7ff 1 0.00/1.00 vMB 0
5,469 5,469 00000000d9c06cf8f96a597f3d9214fabe22a19435b57938a782beba0d450607 1 0.00/1.00 vMB 0
5,468 5,468 000000008219711a4f531cc7a78ab595958e5095e3343bcd4549bb406db1aa8e 1 0.00/1.00 vMB 0
5,467 5,467 000000005c95d7229440d56d6717f7f242b1907ce683fa4b384f1248fe4dc55f 1 0.00/1.00 vMB 0
5,466 5,466 00000000662ed3796d99b20390e3ab727e98b5cd80fb1a0de5a0bf7aee21fce1 1 0.00/1.00 vMB 0
5,465 5,465 00000000560ceccc52574155994fbafcc8373b21ea7c85206e0aa4929c4a8eb4 1 0.00/1.00 vMB 0
5,464 5,464 0000000084dee9803e97cda23967daabecbdb7b1499ede59facdffcb1c263c98 1 0.00/1.00 vMB 0
5,463 5,463 000000008217fe661c8fa1fe90e78b6f578d274169e4ec2b1a38ab56d4341566 1 0.00/1.00 vMB 0
5,462 5,462 00000000b74544f44585efbcf42f3bb6dd8d6d5170c7841a18a982f693e7675a 1 0.00/1.00 vMB 0
5,461 5,461 00000000a7f6f51893720282ff254abe456f3139e2bb149d9475f25581b6a43a 1 0.00/1.00 vMB 0
5,460 5,460 00000000855aa5eac1e017604d138bceb58ade1f0087aa20e6bfcb7500c35c61 1 0.00/1.00 vMB 0
5,459 5,459 000000001dc7904677e1c04b1a9e4710cb6f13fef0b423ba5509e2fc4dfe33cf 1 0.00/1.00 vMB 0
5,458 5,458 00000000c8ac383017017586e606e2778165bc452501a6e479d2649e4a1067e9 1 0.00/1.00 vMB 0
5,457 5,457 0000000010a507c16fe49a0f1c49913a77e503574c7cfac13222362ee6ef4f8b 1 0.00/1.00 vMB 0
5,456 5,456 00000000a41d7cd90863e72b25cb473115c90bdc839059c24d4b9418aeeb2238 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.85 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: 712.59 GB
    • Received: 17.19 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.