Memory Pool Memory Pool Refreshing

3,129 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,777 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,484 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,776 (753,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,338 154,338 000000000000007f9f71aa45ad8169c14496ffca6eecf72af31937a08151448e 0.02 MB 20 9
154,337 154,337 0000000000000caac985d62e2c475fdfff95e657d28f74c6dab22a7800da1feb 0.00 MB 4 39
154,336 154,336 00000000000002d95ecf827a073ca0459e35ba30ae7a29022efcd7a23f093137 0.01 MB 35 76
154,335 154,335 00000000000000befaf866602b849cd858308cd704bb83679ff79db864c48934 0.01 MB 7 21
154,334 154,334 0000000000000940a9b230e078b1b6f58e29950a38533927f5cc78aa693c79e9 0.05 MB 8 857
154,333 154,333 00000000000001d4c2ef2aa219e2c871c84a611d02d0f5e1afa75d371590ef33 0.00 MB 11 48
154,332 154,332 0000000000000470efb41f4b67680327a6763aa6bcf36214d9e7327cd67f6612 0.00 MB 10 203
154,331 154,331 000000000000011673ace41c71237f85346e95c078b3320a1cc8d829098ee90e 0.02 MB 72 12
154,330 154,330 00000000000006711c862699c16312ad7e3157d168e85c598313509e46ba9f60 0.04 MB 73 72
154,329 154,329 00000000000002470daabc93e473608702713bb2dc083328e3d1376f6f85bead 0.01 MB 17 0
154,328 154,328 0000000000000657cc39218ec2fe6a7c982e192c7a1b0eaea9cb396982e61e52 0.03 MB 58 1
154,327 154,327 0000000000000611bf922f0f7981b8641a0f8a8efeeeeb44e9f02263168e241a 0.00 MB 7 302
154,326 154,326 000000000000002f8008f770b8ac42711a5a793147ae2e0221be0a0cb2015e6d 0.02 MB 41 54
154,325 154,325 0000000000000dc46e61f616d424a0b41faad077522de37b5afabc9d29f966e1 0.00 MB 10 0
154,324 154,324 0000000000000d45cd66a6692fff7fb3b176a6dd23c72d840a7dc6760b0b6463 0.02 MB 23 95
154,323 154,323 00000000000003b0e53508d25a83501293985fd84391f86f226ceb26131f1b05 0.00 MB 9 87
154,322 154,322 0000000000000b5e531cea154b0b7afce44cca943b913ea9291c70acd6a0a51c 0.03 MB 79 57
154,321 154,321 000000000000083b3b6affe6cb0b5230344dfcb2f743c9cbc2df28e7c0522e41 0.02 MB 59 64
154,320 154,320 00000000000008880ad88b410a403f361a4189881828aac43a3fc3fb775a8ccc 0.03 MB 45 117
154,319 154,319 00000000000004d2c33c8568e60812d9fe8b16f219fd876371627fb0f6c536a3 0.01 MB 24 18
154,318 154,318 0000000000000ae23aca15e267ad84582c6c40d7ae042b69631160d4e2100455 0.02 MB 34 61
Previous 10 blocks ↓
Total Size: 769.12 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,630.09 GB sent, 93.49 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.