Loading Tool

Explorer IconExplorer

Memory Pool

68,323 transactions (18.00 vMB)
  • 1 sats/vbyte = 30 blocks ()
  • 12 sats/vbyte = 10 blocks ()
  • 13 sats/vbyte = 7 blocks ()
  • 14 sats/vbyte = 4 blocks ()
  • 15 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 125.52/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,735 000000000000000000022b910000000000000000000000000000000000000000 4,176 0.14220297 BTC 1.00 vMB 12.98
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,734 (839,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
73,258 73,258 00000000002eeaa261b21a73c8ed986184506f6f3205b4f758204d135e178b81 0.00 MB 1 0
73,257 73,257 00000000002d0c76f39d983954cfce7382d8d82c94b1b0bab5c1794b025ccf2c 0.00 MB 3 0
73,256 73,256 000000000068b39cc60d568cae6a3da19ae5e509d5fe021525b5a51f01677294 0.00 MB 1 0
73,255 73,255 00000000004ea4ffb1a859badde90a9f3232075a0c321d6c1786b284ffca2082 0.00 MB 2 0
73,254 73,254 0000000000457115f5778bdcf65412e660acd4127baed25a567df214734cdbbb 0.00 MB 1 0
73,253 73,253 00000000004d2e6b7392fb60c9322a0734d6e396734bbc62d33185aaffd10aa9 0.00 MB 1 0
73,252 73,252 0000000000abfd01ffa21629ffc025f2652fe3c14710422e22ca6fce9718b5ea 0.00 MB 1 0
73,251 73,251 0000000000b83f752151535204d446f2de76f778cd19c8d628abf62cee3f8155 0.00 MB 1 0
73,250 73,250 00000000008d71e28ba43db08ee527c3ea5ea88753d2b938051963fb5f6c739b 0.00 MB 3 0
73,249 73,249 000000000026f5828810aa43cbd9960b0f45cf4ea1d583eb27eaabf8fa79e1b4 0.00 MB 2 0
73,248 73,248 000000000066b5d1244af5f45e9f2f041b66857fe3cf388ace4be94ca01a33b0 0.00 MB 1 0
73,247 73,247 000000000006bf7bf136388091afde84d4738bc1e7821ac88c1c6123f3c6e970 0.00 MB 1 0
73,246 73,246 00000000007b2c2979a9eb1c5c2691c3b8e1a710d2daab385a6a919a804920c4 0.00 MB 1 0
73,245 73,245 00000000004e26cfd334074e3de34b1eb12e6902ee2e6a9cc462eb0af448a4a8 0.00 MB 1 0
73,244 73,244 0000000000209299693cba1227afdfa90fe508fb768fc2fbe2669276d347bf41 0.01 MB 6 0
Previous 10 blocks ↓
Total Size: 778.36 GB

Node Details:

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