Memory Pool Memory Pool Refreshing

18,643 transactions (6.38 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,893 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,459 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,892 (857,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,343 51,343 0000000016153de35c4b57c75a0721770ae0f1f8622857307f02c1a1938ea78d 0.00 MB 2 0
51,342 51,342 0000000003e8ce7a8288312c8403f61e51fddc4588486f7565737a42fae77d43 0.00 MB 1 0
51,341 51,341 000000000838fb646ccd09be3eab45a483ba22a5177bd2b7e677e553ab24c067 0.00 MB 1 0
51,340 51,340 0000000006db182afe3510e33f2525d5a0e2406fed42860382e7ba93085b7315 0.00 MB 1 0
51,339 51,339 0000000009a9d949046a0dbd3a6b23d9256af555fb2e663171b351bdd1db2f37 0.00 MB 1 0
51,338 51,338 0000000012a55e2dfc67626c07622f0020af35411bd1543148c2c553b89caa3c 0.00 MB 1 0
51,337 51,337 00000000011c51102c56470944ef2916422a63dc3a44502fdbd714ed49eb1522 0.00 MB 1 0
51,336 51,336 0000000016bd8da72ebe35232357dcbed60c336a29036ea8008073add14213c5 0.00 MB 2 0
51,335 51,335 000000001fae6386b86c2f63bc31f7774f2ae75398f0a249793432d73d9efdec 0.00 MB 1 0
51,334 51,334 000000001894817a751678928c38597c0c9c910d8f154e254d622dbda2efe0ed 0.00 MB 1 0
51,333 51,333 000000001242c08f72a9bacb3afa6dbfe3ff3404323b09eef6632b943e264c49 0.00 MB 1 0
51,332 51,332 000000000c46c1b2fac0e83d2ba89e4ec3447a7dec674e64d0aad32e9a38892f 0.00 MB 2 0
51,331 51,331 0000000014349e780a9ab2c22dbb3808aa0832d7f7e183f42dcb76070081ea0b 0.00 MB 1 0
51,330 51,330 000000001f170d6f1cab2afa8b4f58bde2eff770afb4128190d55847673dab93 0.00 MB 1 0
51,329 51,329 0000000014c79cc1defe63b5f0c2974b29cfafd67e0bcb032984400f740e458e 0.00 MB 1 0
51,328 51,328 000000000ed4a4f5f1dc951c09752401a7f9f9683a9d5427b35376c400667f94 0.00 MB 1 0
51,327 51,327 00000000121a45fff12b664461bd9ff68789dea3a6d930c2b549faa4bb9a10bf 0.00 MB 1 0
51,326 51,326 00000000166efa1aaea39ce05b7d9f5c40fe76069ea02c302c44bc32388d6a57 0.00 MB 1 0
51,325 51,325 00000000018f3355ba29bc5828f856ee962e1d1d2d1943640206e70961193f60 0.00 MB 1 0
51,324 51,324 0000000019fdc43d3896d1e2b6332c57c9313391fa2b729f836f6102d2d3aeab 0.00 MB 1 0
51,323 51,323 000000001abb5c48d1d42efa8923d14ed9e59fda5404ba19dacad255d1832b2a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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: 1,863.40 GB sent, 104.01 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.