Memory Pool Memory Pool Refreshing

3,025 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,900 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (272,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
635,530 635,530 000000000000000000095aa159d2541627b2db10c63e44c6c5288f87f69d227c 0.12 MB 301 25
635,529 635,529 00000000000000000000b5fada82636cca0786c2922b6cbf76ce74db888dfc77 0.05 MB 146 30
635,528 635,528 0000000000000000001086e2326255d8295f41e4132958b842361fc02c8feecb 0.77 MB 1,388 15
635,527 635,527 0000000000000000000f450f77f5b9fad5a53e58e2702cf1d30721ed8c5a788f 1.15 MB 2,554 16
635,526 635,526 000000000000000000009a58352aa841f043b1479d992c533edc38a6980b02e6 1.30 MB 2,753 32
635,525 635,525 000000000000000000111febb13abf8d095320dda8c0429b9f92516bfddc1b0e 1.18 MB 1,703 29
635,524 635,524 000000000000000000047a61d0db28c8202b51c51eeccc46d862db781ca412f6 1.04 MB 2,067 23
635,523 635,523 00000000000000000001f27b00d2bcefe817ab22f58cd66a8a1cf6bdcb0fef50 1.17 MB 1,970 2
635,522 635,522 0000000000000000000489893c34040274c538225d0b30eff8407312061789df 1.17 MB 2,277 16
635,521 635,521 0000000000000000000ad3abfa713013e93fd6a005e07733242d2be7136075eb 1.29 MB 2,627 46
635,520 635,520 0000000000000000000ad343b91be0f573d929bfd4fc0b6de52504cb1806668d 1.26 MB 2,794 36
635,519 635,519 000000000000000000015656e0fd6a19480328f1887051d635b5c275100023d4 1.53 MB 1,868 11
635,518 635,518 0000000000000000000d765b0a422586dc613d1692d37297f89712d409ed2efb 1.18 MB 2,600 16
635,517 635,517 0000000000000000000fd83944d9685359f8010978aaaa6dcb333884c9c3ae71 1.35 MB 2,864 39
635,516 635,516 0000000000000000000b9b6da21110c30e5b8c478f5e3ce7d4f07bb80175002c 1.23 MB 2,706 21
635,515 635,515 00000000000000000007e16b7dc38cb159920939c9d5e26cb0ff67c97b73925f 0.86 MB 1,810 25
635,514 635,514 0000000000000000000427e352241d2def0e86362068c37da2e7a0386233ee54 0.10 MB 230 20
635,513 635,513 000000000000000000023cb6b04c9ae3aebd7ea144248c2fb5e553651a98f5bd 0.05 MB 114 22
635,512 635,512 000000000000000000091b73c31fd8a952fe2a88bce82b890629b91baf79fe2c 0.06 MB 167 21
635,511 635,511 00000000000000000001f6beff7909c6329f45914cf03ef206c6180199abb8f1 0.64 MB 1,415 26
635,510 635,510 000000000000000000049d0ea0fb80a3ba540c3ce3746f8d4e1b87986dec0942 0.78 MB 1,464 7
Previous 10 blocks ↓
Total Size: 769.10 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,629.30 GB sent, 93.42 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.