Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,463 transactions (2.51 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,246 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,562 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,245 (836,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,728 72,728 00000000003c29c88daf9f7bb8d3c825c43a97370cb283e1135633fe7b0fc1dc 0.00 MB 1 0
72,727 72,727 0000000000705889d9d493aaa1668b9451999f68da5f7595b8417d5be30e44c7 0.00 MB 3 0
72,726 72,726 00000000002d33c11249ad99106bbe8d3c7801b810e5d4fa6e997654ef7ec6b3 0.00 MB 3 0
72,725 72,725 00000000009218bb84f02aa793efadadec9bcb1e964105576fe3d694d9e7f06e 0.00 MB 2 0
72,724 72,724 0000000000b293bca3818514131fe02cfdbc0a5c3606d3b60698b0f06dbaf582 0.00 MB 3 0
72,723 72,723 000000000061bddb5b955112dceb106108934c19eaf5c00e8eb506af5ffbd777 0.00 MB 1 0
72,722 72,722 00000000006a4f590adb2620c1284fdcbbf87d82baf2746dc1c9db8b9fb5e7e1 0.00 MB 3 0
72,721 72,721 0000000000366c280bb96a90c6833ac87ad9da526ca9abfca89f600655b6c2d1 0.00 MB 2 0
72,720 72,720 000000000030abcddc721840fe769bf6f484cb25f50928e290de0e81077691e6 0.00 MB 2 0
72,719 72,719 00000000003243862352165e0f45e8e79191e27daf2e5fe29728e809765b3cde 0.00 MB 2 0
72,718 72,718 0000000000720300ad67b0b59ce7d1a7ee94c5b9f061ba221e17a0d4c4b810d0 0.00 MB 3 0
72,717 72,717 000000000012b46cb45e518624d34988d0da1cc487fa56823c7235ca197947f1 0.00 MB 1 0
72,716 72,716 000000000007e633aa14ecc20f379412bd4f9ec0d2205e961b503737bfc649eb 0.00 MB 1 0
72,715 72,715 00000000006fb89aa604da6a6658661d8d46a2ee04c99336e28b43ab4d2ee72e 0.00 MB 1 0
72,714 72,714 0000000000682fb6715b42d03e42d0d587c9b11875ae0e9d89dfa5ed3a0071bd 0.00 MB 2 0
72,713 72,713 00000000009eea9a91e0100949e61645c3632425af503a2669d02f298ca97821 0.00 MB 1 0
72,712 72,712 0000000000aab8fa254773a301f21951d67c6a8773bfafa660d5c15b403dc231 0.00 MB 5 0
72,711 72,711 00000000002b98281c5f92ea086c92271800e44aa9bf3469ca8315949a4f0e4a 0.00 MB 1 0
72,710 72,710 0000000000a25c26b6f62b6c641cabe5136108c4760c984069469fd0be8a557e 0.00 MB 4 0
72,709 72,709 0000000000a0c056be71787b3bc0a613cad2bec4d4a8f0ae71e544e112728a45 0.00 MB 2 0
72,708 72,708 00000000005b3d4640c8ebcbcf106c4fd8a6898f8e68b601f36892c9ea1c7ac1 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.99 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,023.60 GB sent, 107.92 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.