Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,978 transactions (1.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,168 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,275 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,167 (878,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,728 31,728 00000000b867e515209cb2f9ecfb00b8ab79d3ebcc17a94c11f56485de14b357 0.00 MB 1 0
31,727 31,727 00000000dff92453ef27a8bc4f50451c691f9910e5b8774fd96d64ec0158ffbe 0.00 MB 1 0
31,726 31,726 000000006f667e49c53f8e3fe96d60d8b128263c6704019aa108425e0f4df41d 0.00 MB 1 0
31,725 31,725 000000004bed00a759e0de318ef7a60b39bdcd15f29cb9b90d53a022cef72db9 0.00 MB 1 0
31,724 31,724 000000004a54d59e4fd16e49d645b798b9299d60625da8fb99ed6a968235c608 0.00 MB 1 0
31,723 31,723 0000000047b18bdaa579656238017689816c899959447825c4feee2d6d4f3b4e 0.00 MB 1 0
31,722 31,722 00000000f06784c1680757bec49c48b76615658c5ac7b70333838053855695c8 0.00 MB 1 0
31,721 31,721 00000000d39cf20dafacebd280bc0fdef157a22157b59f510c6ac0a7af50b072 0.00 MB 1 0
31,720 31,720 00000000fb6569e1ce384b8a4ec3962f8ca8652299444f9e5b07b7c9d2d0e1c9 0.00 MB 1 0
31,719 31,719 000000005934e518c6e2a1ff4a9a811768a3cf34b5886f6cbac7a57e380e7658 0.00 MB 1 0
31,718 31,718 00000000630ae1d1ad64e7583a50da1680aa61cecc46ef478bab8824fa37ca9e 0.00 MB 1 0
31,717 31,717 000000001369412e24b1671aba517ea0e93111697290daec9dbeb59f357b00e0 0.00 MB 1 0
31,716 31,716 00000000ce5f7627076412a4704f5ab344a8eb12cdd9b122932ec30e55796f58 0.00 MB 1 0
31,715 31,715 000000001c77ba9e0c464ae05092827ccf0d97a8242527c6fe4b011e5f20efe9 0.00 MB 1 0
31,714 31,714 00000000503b2b28a20f8a5076ed334ec3a945a84d6d3f8b3e850cfc31eaf95b 0.00 MB 1 0
31,713 31,713 00000000519368f9430375c451b9c8ed7e5a8c1048c9d42b96ce74cb99273d48 0.00 MB 1 0
31,712 31,712 00000000f04cd3d1075087090030bcfc4e635e4bc5f33e911765639f2f780493 0.00 MB 1 0
31,711 31,711 00000000ae10049a047ef016c7041a8c1016a62e89c062cf6ca1faace8e74487 0.00 MB 1 0
31,710 31,710 00000000b784a9535372139aaa2617cbaf4c1e848e143aa97f0099a46295e0fb 0.00 MB 1 0
31,709 31,709 000000006eca8408455a5962937269173cfc862aa671cc81d26bf48c53301449 0.00 MB 1 0
31,708 31,708 00000000e760f1f110fc378d2c38535b6700bf0cc3db0ec4fa71f6a791e44fe6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.70 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,194.02 GB sent, 117.05 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.