Memory Pool Memory Pool Refreshing

1,403 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,386 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (601,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,604 306,604 000000000000000005b8fc951ab90c635dcfbd3ede6298b88565ea16c89b7e86 0.19 MB 337 27
306,603 306,603 00000000000000001b0f070f77697671a64726e459e31f65421bec739ed9488c 0.13 MB 214 30
306,602 306,602 000000000000000040587d8681c5d3a119be2bfe9a487b93dbd86af08ae0ca7b 0.10 MB 132 23
306,601 306,601 00000000000000000289d2dae4bc9f631256ce8b2e48cdeabbd35642d84f9dd9 0.33 MB 413 18
306,600 306,600 00000000000000002b52c65572066a620aadd81a54b93725e56b8a997711edc4 0.75 MB 689 20
306,599 306,599 000000000000000040c266bfd5d52214e7bdf3db7f807b18ed54fe07e5b37290 0.35 MB 338 18
306,598 306,598 000000000000000040abb4d866301d8eabb1681357e53508ca15505537446301 0.35 MB 689 36
306,597 306,597 00000000000000003f5eb23dd57612ec119853b39afbe513a18141549ab85418 0.35 MB 930 49
306,596 306,596 0000000000000000037dfae697a34d98b47b365dde3dae72971bc8988d3e33ba 0.04 MB 49 16
306,595 306,595 00000000000000004e0c1ee6b56849b5d3de16bd6c08a6dc3743800176c934fb 0.21 MB 411 32
306,594 306,594 00000000000000000b01e471b955a45a248292685bd69a41578132f447527d6d 0.39 MB 633 31
306,593 306,593 000000000000000000915ac3255bcff9f1ee95743603cb4d0b95fedadd586c5d 0.04 MB 80 42
306,592 306,592 00000000000000003a91992aedbcb23136450c637762f0975da8217692730cb5 0.15 MB 306 34
306,591 306,591 000000000000000009a84aee76e1bea8ef62082ad8e277571d8b7bc721c75982 0.33 MB 696 33
306,590 306,590 000000000000000030a4d906a32dbe472f72c8863844882245f0999a49f62841 0.39 MB 758 30
306,589 306,589 00000000000000000b06c4eda4a149211a964fe5b3323e36ef2ae70231fe059b 0.27 MB 445 30
306,588 306,588 00000000000000001c73a852d093ac830773ff6c6bcc8ecdd7ba452ba97d3726 0.23 MB 375 28
306,587 306,587 00000000000000000786f13fd20317df2c6175e2ea2702362c6b61ac60c80777 0.03 MB 24 15
306,586 306,586 00000000000000003c6525d95dd9efef59f8e9feddad8820bcac9b12df2a80b9 0.06 MB 85 25
306,585 306,585 00000000000000004117997187b7577fd4e870eec6cde1e2d081cdeeb962ab05 0.05 MB 14 13
306,584 306,584 00000000000000002bb9c1062c42710ee2adfde04f2ce7e82433bba46c49658c 0.00 MB 13 28
Previous 10 blocks ↓
Total Size: 769.30 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,642.70 GB sent, 94.44 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.