Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,439 transactions (2.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (864,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,280 45,280 000000001e43623dff2d2f9c6bf6a0e18f1d04809cc62a0537764e6561d2d35f 0.00 MB 1 0
45,279 45,279 000000001e720f6afc4385facdf06faedccdf3206151643dd817814c095801c0 0.00 MB 1 0
45,278 45,278 000000002718f985c54be4950ab8e16f4483bf0db97b92b5a70aede00332f801 0.00 MB 1 0
45,277 45,277 0000000019e7796cdb90fae451925c222a130ebf5a55c520294414122a2969c9 0.00 MB 1 0
45,276 45,276 0000000008b1102a3a6af9bb6c3d3d6d84d858c02f77e19c4727a541bd359cd9 0.00 MB 1 0
45,275 45,275 000000000276c44584ca408ace57bb68c3370e6a38df2e7d4d81a4feb0f5e99d 0.00 MB 1 0
45,274 45,274 000000002edf33f4d993eac7eb6adbaa8219de81b7fa4bef07d8f838ae1abd39 0.00 MB 1 0
45,273 45,273 000000000ef714af43524a7bb40e6e6da173b70ee38c5aa9570f61839f5049b9 0.00 MB 1 0
45,272 45,272 000000002139ca119620ee5fd45c443667aa9c71d9f7562acd246254eae7f6f2 0.00 MB 1 0
45,271 45,271 000000002e3da3194a2568117b652e05ca6c60f44ef2dc112363546a4ac79620 0.00 MB 1 0
45,270 45,270 00000000101d0a901e79dd1e77cb50bc94d4d045321cb1b8761fee92ac23f172 0.00 MB 1 0
45,269 45,269 0000000023d0f85a9a8a28c0636a52cfad3679df02bf20ffd04715da4e1732a3 0.00 MB 1 0
45,268 45,268 000000002bef0a83afd9db5721f65a2725a402f12550f8bac53ce68bc5e017dd 0.00 MB 1 0
45,267 45,267 0000000008eb0811b96a35060e8ed5a8eb6a82fdbd89ec40bc54c54925117b4c 0.00 MB 1 0
45,266 45,266 000000000e9fda2310b820f25b4aba98649f348f21d6a73c25939e13fc5f56aa 0.00 MB 1 0
45,265 45,265 0000000012742353207473549d8ce73a2e27fb5b9f2206638573eb4643442858 0.00 MB 1 0
45,264 45,264 000000000dea986929e27fea06a55dc251c31de545f4863054635df43446ac7b 0.00 MB 1 0
45,263 45,263 000000003665d7ee1c169a45bcd1ea0e0675399739845d23c1d648e2dd90e0f8 0.00 MB 1 0
45,262 45,262 0000000019e6db4636d954c262f0c29079857f7cb9cb47dc2cfd93ab029ad23c 0.00 MB 1 0
45,261 45,261 000000002f237434fbe33d5bc7a243d83d7011889016876725b0aef50696b236 0.00 MB 1 0
45,260 45,260 0000000000a7fb3ebe4315634afc3fa8fe44942e881fb874b1b2ebe2448c1ff8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.38 GB sent, 115.58 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.