Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,395 transactions (1.13 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,480 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,860 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,479 (879,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,410 31,410 00000000c9e7bf3836426997f214b8c8c1e02e4f6dc1ecf920b9368f3b27f3ac 0.00 MB 1 0
31,409 31,409 00000000ecb48d613ee77e07a6c31601e4409a955dc9137e27582c99494a59a1 0.00 MB 1 0
31,408 31,408 00000000d551fff7ae733c056598e1398c8f1404827063246b9a4130580a26df 0.00 MB 1 0
31,407 31,407 00000000e42de484321e6e836947f68c8d29d26175ae3cb53bd3ebc48110b78f 0.00 MB 1 0
31,406 31,406 00000000a640d79225491494345b90046bb9f67ae24408ff3a5340843a0c396d 0.00 MB 1 0
31,405 31,405 0000000090d96dd9ff38a4ea739c21ddeb33c2030606099e9c7cf3a4a07eb483 0.00 MB 1 0
31,404 31,404 00000000f9bdde95fdb770e49d89af72c6e85ea0454c32dabe478d721bbe5f69 0.00 MB 1 0
31,403 31,403 0000000063608e8867995c62b9c72c37257193a86b77042d6ff10246812f4c49 0.00 MB 1 0
31,402 31,402 000000003ea143b1a375cde8c8af57eb63693cc0903624c7854455ef37877971 0.00 MB 1 0
31,401 31,401 00000000cae4290539b244a8909fb1e884f6c5a60312f2c0c4c386a61529b884 0.00 MB 1 0
31,400 31,400 000000000c88f8939a1b281fc8c049d9a5e17598e9da3e59c9824f6dd4061830 0.00 MB 1 0
31,399 31,399 00000000d35c0a450c5841393ef1427ab2e903d0f3e6468185ffd4ea6a74f960 0.00 MB 1 0
31,398 31,398 0000000049f052e6cdce05a20c0aae7f8cff525bd15c5a5ca997cb05dc425046 0.00 MB 1 0
31,397 31,397 00000000dd9e53b4ea9af4c5e964815c7e57166422dba8e667fbe7db19d20fe5 0.00 MB 1 0
31,396 31,396 000000001636344461175ee00d232e9872c7775ad9a5dc2fade7548e159cdb93 0.00 MB 1 0
31,395 31,395 00000000a389fed20d8caa29d0b51cc3c32fa7c64b3bf5119b018dc9dbb6b768 0.00 MB 1 0
31,394 31,394 0000000081820f0a45c4139032f3aa9214dd0ab3f668156b3c4333b134ac2fed 0.00 MB 1 0
31,393 31,393 000000001d339fc51363e7575ec5b14857691065df5ef79d5688af4b1cbb265c 0.00 MB 1 0
31,392 31,392 00000000c3a1516c17e41a3b6a8553ca9dc30c9a133e59487c74ee30ff9b0144 0.00 MB 1 0
31,391 31,391 000000002ae83f0f620c74498a47ca522fd4b66cbd83698cd053e902cde3d2e4 0.00 MB 1 0
31,390 31,390 0000000033aef12b08edca39db63fc9236d2abffd0f75c29436b89d36d1865c7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.28 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,242.75 GB sent, 119.93 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.