Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,640 transactions (1.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,510 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,931 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,509 (853,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,276 57,276 000000000bb22a85c3a2e3c7a4a848c77e877f72cd814af38f632854b947e680 0.00 MB 2 0
57,275 57,275 000000000628f34422efb518a03307aea9dedb324255ffa393afaaa204a5d849 0.00 MB 1 0
57,274 57,274 000000000a47346fe93693c199cd3ca9464ac015f93a938caf772c45d7727bc8 0.00 MB 1 0
57,273 57,273 000000000e8c7fa438892534bbb1499b3fa00502d8009486f1a234a8d33bc37c 0.00 MB 1 0
57,272 57,272 0000000007434154314a9f67eb328b589e7e2436fe4ee0504bb2f1e018655925 0.00 MB 1 0
57,271 57,271 000000000b41cac95087aeae92e611b368046472d05d68a834b9a9309d7822b1 0.00 MB 1 0
57,270 57,270 0000000007cee9ce983cbe3539cd616662d372e860b0000dd0793a20634a7a4b 0.00 MB 1 0
57,269 57,269 000000000ebd2a9bb6423ae3358685a3c9691bbb1fe0079e70996305e7357df3 0.00 MB 1 0
57,268 57,268 000000000c64a72a06984a80b46481b62db1bf62d5fcb8296ba96c3230e5a2a1 0.00 MB 1 0
57,267 57,267 00000000028de806a2294b5e0cb4b302c3af6d2261700f7060e2bca8aec196e6 0.00 MB 1 0
57,266 57,266 000000000cdc0ba7f140dd2cff46b7d37b41b892dd660cf2c2fad2c1edd771c7 0.00 MB 1 0
57,265 57,265 000000000d3d9a51ff52d36f236ec0209cd6d45dedbf5996af947505acd5e0fe 0.00 MB 1 0
57,264 57,264 0000000000b2a424938b83ba16ba7ff63828ae90d677b8a4d8d9050e9c0dd48a 0.00 MB 1 0
57,263 57,263 000000000bf6b508f4a8fe80c3ef001190986ccb379ef2c9d8f7a1ba78a0c921 0.00 MB 1 0
57,262 57,262 00000000138cf0402a01d54c8aa6e680abfd88e1f4f70dac495c4f9e48e1a38d 0.00 MB 1 0
57,261 57,261 000000001163de8c53305a480fa6041c6437926c9885156f5214866a3da4f35b 0.00 MB 1 0
57,260 57,260 000000000929725333fa5047be5ff308590cf6aeb0118a1687dafe80c0e557fd 0.00 MB 1 0
57,259 57,259 00000000059f962b47efef20b5038f79cecbf406a1ab6ff9accaefdbe72b815f 0.00 MB 1 0
57,258 57,258 00000000079b9b778ec82c99a47c4b90f9fd976b0d833995abd10bd5476d5cfe 0.00 MB 2 0
57,257 57,257 0000000013b28e328387760fb953b0a4792423ed91894c232634680f8f7e9fc6 0.00 MB 5 0
57,256 57,256 000000000e63e0de25934b6f749114a1317bbb1f68aaddee1495ab9530ada745 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.33 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,244.57 GB sent, 120.22 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.