Loading Tool

Explorer IconExplorer

Memory Pool

19,546 transactions
4.51 vMB
0.01554139 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.42/200 MB

Candidate Block

Mining Attempt e20935ffd8d5525b88d03781dab526e48d22063e5ab18340fd4e97cca47e24c1
Version 20000000
Previous Block 00000000000000000000fd5d8e3f70af47f3ff76f53e85c6ea5c28cab3519695
Merkle Root 2d44fd2e0f8528906b25439f692c678bcad3159a4e686b5a4137d929b7e61e35
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 470
Size: 0.16 vMB
Total Fees: 0.00430130 BTC
Median Feerate: 2.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,202 (839,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
73,279 73,279 00000000001438313c71086261fc03981f389062cfae1aa61e692c181efa8916 0.00 MB 1 0
73,278 73,278 000000000083507dddd5f022398768af39866e8eddf1d66228200d6eeb169e1b 0.00 MB 4 0
73,277 73,277 000000000069aa00097167da17d952455b72e48f8a26a1b60d0991845ad9d263 0.00 MB 4 0
73,276 73,276 00000000002f04aaba42afc13b3ce7e9ff2bed0cdaf882cc7492a4a1f974a6f6 0.00 MB 1 0
73,275 73,275 00000000008d8a4e2c771e391c52917bea6bdfb095ce0d89b744d146447f083a 0.00 MB 2 0
73,274 73,274 000000000084f92a629e3ae49975705f01a515694db5ddb2c3e8efcceb9a667f 0.00 MB 6 0
73,273 73,273 000000000056c6f223f532cb4099c479682a09d6633a404fa66458393c4e3e2a 0.00 MB 2 0
73,272 73,272 00000000006aba8ba340b7ae875b0b1be1af394b4a26103fd53c75a1b7b705b2 0.04 MB 7 0
73,271 73,271 00000000001b84346115845a7d5c8cd8e3d150bd5afdcfaf940e1cc685c94706 0.00 MB 2 0
73,270 73,270 000000000081c0a62fe8c434a0b1f9a9a85668026c210861569c6f7309e75405 0.00 MB 4 0
73,269 73,269 00000000006111c5fa639925740843c58456ebef619db91084e2d0152ac231d4 0.00 MB 2 0
73,268 73,268 0000000000663fb7ac40e3b0740130da24f25067acce50e0b715a837bd2f07ab 0.00 MB 1 0
73,267 73,267 000000000042125e7b8a32f0da9c8a953fa59fcec5e5871e1a534ac6cd8a24a6 0.00 MB 2 0
73,266 73,266 00000000004a8bc1c49ac2cbedbf5e26f32cde1f5f79ad680563c827acd953d8 0.00 MB 7 0
73,265 73,265 0000000000a3842000f16001b9bda6ffe7e9d2b6f70c1493159b97fce63afd3f 0.00 MB 1 0
73,264 73,264 00000000002c028d9f02553ef61c9c7f7d5587cabd34426986beddc0ed10e6f6 0.00 MB 5 0
73,263 73,263 00000000001a829bd50a1f17c0db66449444fb28c9cf1b1e228cc5e39bfa527f 0.00 MB 1 0
73,262 73,262 0000000000aa5477b81d7713bbca58b61fa840115e1452b00fcaf2c62d37f14b 0.00 MB 2 0
73,261 73,261 0000000000974fb8bdc5cdee303753b63a59884985daaa87db3a4618550c3b90 0.13 MB 5 3,215
73,260 73,260 0000000000312f00f4c0db579088e8b8562666082944d2e93230cd4dc6716355 0.00 MB 2 0
73,259 73,259 00000000003b4b73ce7f2e2bd397d05699765bda022fc8d271501065333c9aea 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 66
    • Outgoing: 10
  • Data Transfer:
    • Sent: 14.72 GB
    • Received: 0.32 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.