Memory Pool Memory Pool Refreshing

9,391 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (614,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,431 293,431 0000000000000000c59c32eb3e63b737c0ce52ebdea01828783ba61884b518be 0.65 MB 602 16
293,430 293,430 0000000000000000803fa0cabfe382eba3edb06bee78b433c9e033cb3c03e2b2 0.35 MB 1,085 55
293,429 293,429 00000000000000009880db1a625d524cc64c719d0ebe0c9be7465b461ebc8c06 0.50 MB 336 14
293,428 293,428 0000000000000000b2b49aa6d0b2a0434dd798ce88a6611b85f84ba7fe89c5cb 0.35 MB 597 22
293,427 293,427 00000000000000009fcb3a7015d3e06d746a39c15c19010dc70a49eb3ea05e22 0.17 MB 512 38
293,426 293,426 000000000000000087b57a5b5a0ab07aec43436451e3cb9e54abcc106838b3fb 0.25 MB 809 63
293,425 293,425 0000000000000000d688a82394c2cbc01f3a7a45497686bbe5463ca837c623ac 0.35 MB 920 47
293,424 293,424 000000000000000086ce07b5815f7425909da4ac33e24a47deb32e342637ebb4 0.31 MB 465 29
293,423 293,423 00000000000000003c7c55f139f607191d2c5b76ea6f501b3dcefea18f266aa4 0.03 MB 64 19
293,422 293,422 0000000000000000b2cdf713d208aa6ebc301118d3cab0ea4dc590579459b051 0.29 MB 373 32
293,421 293,421 0000000000000000073a5ac22a40bf885a072684e0dc26cd8dbb884390cb0b27 0.10 MB 102 9
293,420 293,420 0000000000000000d481f4a3e1317bd595d4909d243a374444144b3cdf99fc90 0.28 MB 199 14
293,419 293,419 000000000000000043a9e333626bc623677d9b4b5f4778110034cd796d742d55 0.25 MB 186 13
293,418 293,418 0000000000000000ab5ef9686e95ac046093b12568c7e087d995d6cde5a58893 0.18 MB 512 47
293,417 293,417 00000000000000003273c7ed8514ec9884f625b417c4fefeff92137dca95fcce 0.25 MB 563 42
293,416 293,416 00000000000000008055eeadd179d2881be5844294bb128d428ed82c5c019fcc 0.35 MB 743 31
293,415 293,415 000000000000000027cf2043ed0d615996869a423dfc991d43b8ea0245419006 0.25 MB 756 64
293,414 293,414 00000000000000008a23749648ea0675298cf58cfc62e05c582b7848aa073161 0.58 MB 657 17
293,413 293,413 00000000000000009fd26695c011f8ebd77738201e6044c4d8f41263bc3259af 0.30 MB 1,024 63
293,412 293,412 0000000000000000957ce454a5dbd1f2bdfabfd9fdfde8367a5e5d0b744e372f 0.10 MB 28 2
293,411 293,411 00000000000000006709df072b5e7c652ac718ecc58a8f221de905f8e3279384 0.16 MB 331 32
Previous 10 blocks ↓
Total Size: 768.98 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,616.48 GB sent, 92.72 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.