Memory Pool Memory Pool Refreshing

5,039 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,006 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (350,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
557,672 557,672 00000000000000000011ff38a6aac54c8e35b0092b31b3bf00637a4fa50c8ea1 1.22 MB 3,330 19
557,671 557,671 000000000000000000101103b260500c7e9cf94d1ba81b286b29ec0c0f8c0fbb 0.25 MB 801 15
557,670 557,670 000000000000000000132910716f1453270e4e11c0fa81d8585457ebcaa4e278 0.84 MB 1,842 3
557,669 557,669 0000000000000000000b5fbb9a1effac10327aac89a97cf8c00c466eadab6c21 1.35 MB 3,164 17
557,668 557,668 0000000000000000000fc4942dead762fb60ebefa8b857f3ec8a8dba5936f10c 0.60 MB 1,525 9
557,667 557,667 0000000000000000000ae05a0c6dde55988b0e22e2b79d7de4dd45b15452bb8a 1.13 MB 2,744 10
557,666 557,666 00000000000000000030b1778490c9b56efb67a5ab1e92fa92a5316c396d992a 0.18 MB 257 8
557,665 557,665 00000000000000000027f666328b7b42e8458cbc72f1a2d2708a8f9d32d0da9d 0.53 MB 1,135 10
557,664 557,664 00000000000000000009c64bcfee88f43d1da3f690d1b89b239fa1fa6868e09b 0.53 MB 786 8
557,663 557,663 00000000000000000022e9761fc81a9aba5f846b9f2a36ac197d03837dbd4e33 1.00 MB 1,421 2
557,662 557,662 000000000000000000138bb0eea90c97d40eefe23c021aa4d5134320b0fbf0e7 1.15 MB 2,266 19
557,661 557,661 0000000000000000002493548eae2e3dee49ef847b9b9be458890e4838a13b89 1.22 MB 2,719 26
557,660 557,660 0000000000000000001669aece06636e20542c0f85caa99c71b4ebf4aaa5d5bc 0.50 MB 1,414 8
557,659 557,659 000000000000000000086a4713de8f9fc1349e5babcba3f96cc4a10492128279 1.24 MB 3,397 19
557,658 557,658 0000000000000000002359ba11df3a528579f76c4471cb3a6cb8217599e32ef7 1.19 MB 3,232 12
557,657 557,657 00000000000000000030db33a27e6d79d72894bf507ba5768079b0e0f9358b66 0.56 MB 261 3
557,656 557,656 00000000000000000014570d18705284ee247624a7c15451812875bae6cba4db 1.24 MB 2,561 14
557,655 557,655 0000000000000000002f00786b00ccd1e0b4a8fb1a83d85ae6c9c997fd2d97d8 1.22 MB 2,392 6
557,654 557,654 0000000000000000000fb5960d4ccb330b491960926ca52bea139c325e528da1 1.24 MB 2,775 17
557,653 557,653 0000000000000000002fb0bfb11f38683acbbcdd85fd0c5a060db87529495132 1.19 MB 2,962 9
557,652 557,652 0000000000000000000f4a0c5fbb86ba10870da6d41ae6f7c5451270f27bf77d 1.28 MB 3,020 29
Previous 10 blocks ↓
Total Size: 769.24 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,635.07 GB sent, 94.14 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.