Memory Pool Memory Pool Refreshing

3,086 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,727 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (546,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,285 361,285 00000000000000000cc117a5376b12b7a2dc4a3bacd9a5fa56071d7a32e6d538 0.69 MB 623 13
361,284 361,284 00000000000000000f47c04603aa03532a9a884f465bcd2636a82d4e4e9222dd 0.95 MB 799 18
361,283 361,283 000000000000000007c559f2ec04784c20be4fdc1f1b515ee0ebf7e54aed8617 1.00 MB 2,434 32
361,282 361,282 00000000000000000a3b2dc0c8246d39ffa2b48d8e19233e3f65f966b69e7894 0.93 MB 1,774 28
361,281 361,281 00000000000000000de5ca1d011b8898c298d0994b26aa9c9509d41d31a8558c 0.00 MB 2 0
361,280 361,280 00000000000000000ab78e0cb86e3395a2e3a11e817dc9d87e9ebfe9f2c4d676 0.49 MB 918 29
361,279 361,279 0000000000000000066a33962982840ab5ff65a1c2298a6b68d72e9040a7efcb 0.69 MB 612 17
361,278 361,278 0000000000000000097f113ef96350357f2b4d455d50eb48084e41e0d16beeaa 0.50 MB 1,234 35
361,277 361,277 00000000000000001426e25e949657b1f62f491634addda36d01bc8743ab7566 0.52 MB 934 25
361,276 361,276 000000000000000012e5379faf0d064157c4eebf16c6719dd2d25e1b9194b959 0.47 MB 755 32
361,275 361,275 00000000000000000c713dee212cc3dfe81f53c1baa7864e24b863a32bf8674f 0.23 MB 223 20
361,274 361,274 000000000000000014ef6c81b99979dc188647cfcbf437fbe8875e5fee34f726 0.16 MB 199 25
361,273 361,273 00000000000000001567a002256926f22267a3cba230d245f43ffd53180c7eeb 0.33 MB 572 28
361,272 361,272 00000000000000000f57299f3fc8c41174a901db43a24a0eb70984eb2aee4db0 0.19 MB 260 20
361,271 361,271 0000000000000000058568587420027f4a5af13e137f550ebdd3fcea06649bc6 0.70 MB 589 14
361,270 361,270 0000000000000000149504f1b69ec2f529f48f55a798f9aa737f596d1c82c65d 0.75 MB 911 18
361,269 361,269 000000000000000015db3b6c27a0f1a1027635983cd0782ea7ae2998e58675b8 0.75 MB 1,369 30
361,268 361,268 000000000000000009198d8f0dc1c30ce269a184637258340db6b9f7d0238f71 0.41 MB 657 22
361,267 361,267 000000000000000003f14da41ca97b33eb2cf451bf498a067c0a063a1d10a5a2 0.58 MB 907 24
361,266 361,266 00000000000000000819cbcb37d9814e5c043c3b43399bdeef26968cdcefbf5a 0.52 MB 211 10
361,265 361,265 00000000000000000cfc84de91cd8316946540a81f072769be5a42e131fce067 0.68 MB 1,452 29
Previous 10 blocks ↓
Total Size: 769.05 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,627.44 GB sent, 93.12 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.