Memory Pool Memory Pool Refreshing

3,452 transactions (1.65 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,786 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,833 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,785 (862,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,336 46,336 000000001ff0c3b5ce2278ebc160e6d6d290639ca36c98050fd0448150c06201 0.00 MB 1 0
46,335 46,335 000000001b293363509c2969d5cba63454eb51b415df0485cc9f12be8aca2034 0.00 MB 1 0
46,334 46,334 0000000027e66a6a28e0c9fc714d6413c581cec784d2dfcc99aa29cf6747f96f 0.00 MB 1 0
46,333 46,333 000000001c6b501c9c6ec15bde215ed6ba9b80454bb2a1e8dfd8d04d828ae5cb 0.00 MB 1 0
46,332 46,332 0000000018ace0f8eac7fd8c9e4a72c913660bfeb110c5368ad1954c216b1b5c 0.00 MB 1 0
46,331 46,331 0000000023e6abf9722f758d3fbd271481678910e262cd2eafc81757773a0dd2 0.00 MB 1 0
46,330 46,330 000000001c10382ac74517542f2ca7eaae456ee36f80951d0eccaefa925bc3f5 0.00 MB 1 0
46,329 46,329 0000000021861d25af8f4cb1db6abcad294835f20ec9e54eeb7b575d75d6666b 0.00 MB 1 0
46,328 46,328 00000000356eee88dd46905bc0992d12227190f423b3d778fa8a520ab587cf7d 0.00 MB 1 0
46,327 46,327 0000000007b6cc26288520e0de4e8229d7227ef54d8bf09ce74ddbf7f5cbed4c 0.00 MB 1 0
46,326 46,326 000000001afc5d3c0fd39d3e0a1b4d25f49c1c2eefc1e66f74e8218c93c71281 0.00 MB 2 0
46,325 46,325 00000000377a618234c4c3b57fc66090433861816406aa499aaa3d550ab13b8e 0.00 MB 1 0
46,324 46,324 00000000181923b8e10a969952d10a81b3fa42e1bafaec972a736896def18c3d 0.00 MB 1 0
46,323 46,323 000000002c7ff61670f801e157093aece2e072f2f98bf8253a32d4ece1a2c52f 0.00 MB 2 0
46,322 46,322 000000001f3049887a51011904dabe5e564965dc0e62b71d794b81f192534a60 0.00 MB 1 0
46,321 46,321 00000000352b843900ec3ce8aaf6620985b889a2d9ea73b10c1ec7611ff24ffc 0.00 MB 1 0
46,320 46,320 000000001941af391db47afb178f176623548b3f41ce26233383b9b3c9c38978 0.00 MB 1 0
46,319 46,319 000000002233fb5409e31bdd1c09b25d8b79add0826393b7b1833086a6c899ff 0.00 MB 1 0
46,318 46,318 000000001e5b717ffbcd5491c83c71bb24114b1bebbc42c7554a9fee9e349d8d 0.00 MB 1 0
46,317 46,317 00000000228387f7f26f04025021ed91a97b0deb94163194c98fba2ca39264db 0.00 MB 1 0
46,316 46,316 000000000fe4af75edfe0a409e559d3223443f47ce84d1becbff9aa4164ae328 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.16 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: 1,857.07 GB sent, 102.85 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.