Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,077 transactions (0.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,565 000000000000000000022cb30000000000000000000000000000000000000000 0.72 vMB 2,067 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,564 (853,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,284 57,284 000000000caa446b6c6c4b3441bac363e42ebb62947029c1916a20dfe4d1115a 0.00 MB 3 0
57,283 57,283 00000000156da6c156533b2725db3759335b7077433055f0e1fd1b43324a409e 0.00 MB 1 0
57,282 57,282 000000000ac06bb82924aa8551f6e1c537392c879feac9439ac6b7e23c84bc06 0.00 MB 1 0
57,281 57,281 000000000e69fb3a2c736da2e4474bdbecd89dd07e80f36515697adcfad725e4 0.00 MB 1 0
57,280 57,280 00000000047daa68b248b328912959697466f294064de2df2ee8749dbe34ac19 0.00 MB 2 0
57,279 57,279 00000000101948d9645f0ddbb75bcbe694df48afbe115a6b0a22e97ce3e99a08 0.00 MB 1 0
57,278 57,278 000000000a8bdd07fc4972c71b7922016cc5eb110feefbed95fca1ad54ddbcdd 0.00 MB 4 0
57,277 57,277 0000000004a92164a47a45a26b1cfbd900f80d4c2c2d8eb3a5133b337df8926c 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 774.42 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,252.70 GB sent, 120.66 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.