Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

515 transactions (0.19 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,770 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,769 (894,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,103 17,103 00000000b88cd43ce1d35957d3ec0b9ca10c1e2cf2e7426b570b5a5391439bdd 0.00 MB 1 0
17,102 17,102 000000007c2e6ac2b663c1b46da593c97b48417209e3661e69b824f307ed2d0d 0.00 MB 1 0
17,101 17,101 0000000067d744bb652f388b4514b50ea4e6215cb21c56a0f7ee29428a357458 0.00 MB 1 0
17,100 17,100 00000000edd79e499fad9d0fbf9452508a02e99452672a0758f38ae6ba28f41f 0.00 MB 1 0
17,099 17,099 000000004984cde976c12c1223aae6475e4ccef65d1cdd13e585a118d3f51789 0.00 MB 1 0
17,098 17,098 0000000056612956a2c823738f9205a3f767f0fe853a2e27cd8fc29eb4befc32 0.00 MB 1 0
17,097 17,097 00000000c8d66a609acbb8c4844517e214d3ba76f5f1f9451d91ec8339e3afdd 0.00 MB 1 0
17,096 17,096 00000000bf9b23f1a000b2430e51a8d85b48f221b60c0873bb840f54809487cc 0.00 MB 1 0
17,095 17,095 00000000d6755c9f9af57789f290fe20c64280534f6d03bcea25773a684e7d7b 0.00 MB 1 0
17,094 17,094 00000000ede7e455235e6129a2b74da207f1d85088e4e2cfa784aa828b2e771e 0.00 MB 1 0
17,093 17,093 0000000046e13628f2ec721a293497063f6989943ca7de807554cc33bc114a6f 0.00 MB 1 0
17,092 17,092 00000000c2791d3050c6009efb4005bd12b1f14933ce3017ad73ddbe2cedc482 0.00 MB 1 0
17,091 17,091 00000000712034d269cb29d1080ffb983314c6a6c9246f5d70bb2d703d0d2b23 0.00 MB 1 0
17,090 17,090 00000000755012ef9a7e29971285c96eb2d4e988acaaa3f70fab403af43a4951 0.00 MB 1 0
17,089 17,089 0000000028cd89e63b2bd0a28225b8d2fac77f3fa3c773a9ad56858bda3ead71 0.00 MB 1 0
17,088 17,088 00000000c383af85111c97d43220f19e26b679f748ec7603ccc7d464c6769683 0.00 MB 1 0
17,087 17,087 0000000014af36c73cd530569ab74ec646bb0cfcccd41346bb6f8a94b7a2825d 0.00 MB 1 0
17,086 17,086 000000005b7e287d4d80ca1a7e0ea053e76cfbbdd331c258c659468be74ee378 0.00 MB 1 0
17,085 17,085 0000000080c874206508a7ec68cf71ef7edf392ab57f47bad04f375907568635 0.00 MB 1 0
17,084 17,084 000000003f3622a8368565da12a78295b2874b8b4bfb09e4afa3f9323c7f2179 0.00 MB 1 0
17,083 17,083 00000000a867af1fa090a7863f6e08707fe94ec395a02f1d7c3e9422f88e1153 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,432.38 GB sent, 131.85 GB received

Notes

  • This page updates every 5 seconds.
  • 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.