Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

522 transactions (0.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,736 000000000000000000022b910000000000000000000000000000000000000000 0.13 vMB 509 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,735 (198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,537 911,537 000000000000000000018c685755b5bfb5c54a2b0af76c62e709a9da42cc4755 1.63 MB 6,183 0
911,536 911,536 00000000000000000000f514f798227068d7b512a98b7c3247936b12941a33d7 1.58 MB 6,798 0
911,535 911,535 00000000000000000000ca9f458138a9cdda90b8fe5f58684564ae4e3618a101 1.62 MB 6,015 1
911,534 911,534 00000000000000000001a1cad84c122f3030d947c22b3fdca11838363ce0b7a6 1.33 MB 2,767 3
911,533 911,533 00000000000000000001935751920292bbdad146b1180da100aa56f6e94b2149 1.58 MB 7,102 0
911,532 911,532 00000000000000000000efa8c9f942b7eda1dea2172c69681caeefb3a20905a4 0.02 MB 48 2
911,531 911,531 000000000000000000022042058502ab612a0d656a15be543d26a56d5597737e 0.08 MB 224 2
911,530 911,530 000000000000000000008960813cec3e81c82e43a09c2e6120fe29dfe728d62d 2.07 MB 3,604 1
911,529 911,529 00000000000000000001aac650e9e0aabf6b8fbaec43d591148ee5843f30b0b9 3.18 MB 1,331 0
911,528 911,528 0000000000000000000204a557044a965528584bdc157a00a3e21b4fea8721ea 2.19 MB 2,474 1
911,527 911,527 000000000000000000018d4246e7729d4be871a457c91a7b946453144598ba4e 1.71 MB 3,476 2
911,526 911,526 000000000000000000011827177e1aa226bc459ebbcc5141dff86ad12e0f76e2 1.96 MB 3,274 1
911,525 911,525 0000000000000000000173b4beb953cc3e688af3c1b955e0a05f34657b1d30fc 1.90 MB 3,062 2
911,524 911,524 00000000000000000001331470605e0a2d7c7d4a0e45061e36bf54406453d53a 1.30 MB 2,399 1
911,523 911,523 00000000000000000000842876f3c8bc47eb02310b098e9d46a86fd5d872ef24 1.61 MB 3,933 4
911,522 911,522 0000000000000000000154c76ff630e33c6af124d2f880f819b5d825a9eaf31c 1.92 MB 2,689 1
911,521 911,521 00000000000000000001adb56e4a40f3e62b325990c97204d8b001364a1306b7 1.59 MB 3,697 2
911,520 911,520 0000000000000000000191f7516dcea507f2267033d1d1bfbcdced5c83b61543 1.58 MB 3,748 2
911,519 911,519 000000000000000000012abde441554e7a9f68ca276b00ba0b5c05915a453c55 1.85 MB 3,939 0
911,518 911,518 00000000000000000000a522824dccd7c20df535ca14d0154d7cffecd1671b6d 0.14 MB 380 3
911,517 911,517 00000000000000000001a5bc67f5d4852cd77e84dc4b8354169dc60e0238afd6 1.63 MB 2,786 2
Previous 10 blocks ↓
Total Size: 776.59 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,427.55 GB sent, 131.55 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.