Memory Pool Memory Pool Refreshing

5,575 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,923 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (726,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,505 181,505 000000000000046ca000ecc6a6531ace86d961db583e4eb2a43b941f63588f15 0.06 MB 128 113
181,504 181,504 00000000000006052f22058b4a22e99caa0884b3161eb804c3083c1e0841f9ca 0.19 MB 442 137
181,503 181,503 0000000000000718a8b7711264bfb59a9531710cd2427b0800090110a08d695e 0.26 MB 655 151
181,502 181,502 00000000000004e4e1eccf228379a70bfa09ca04f8a168b42ec4d7e4c9fe3ccb 0.13 MB 299 150
181,501 181,501 00000000000002544a752783d39952eb6a64cbfdf9eb97976995a9aa90117b62 0.26 MB 561 155
181,500 181,500 000000000000078b9d714fc16e55188a9f72e787dff0352800f9a643db48dd3d 0.05 MB 130 128
181,499 181,499 00000000000007cbcf094b0c4d354373c665cf606ab15616cdbcb942a9c07ae7 0.23 MB 438 142
181,498 181,498 0000000000000470d5ec59d2e0b5ed2792820778373927d141b87f744de5285b 0.05 MB 142 179
181,497 181,497 00000000000008dc8d10ebb4aa9061d24ac769145b69555a3a6c07f43c543e6e 0.04 MB 106 113
181,496 181,496 00000000000006e09134b3b78a3ad469a32191d9848ee556757f73859be818d8 0.11 MB 256 116
181,495 181,495 00000000000003120ca69bf00c67f6d97693bab01947923f8d64289029af5d11 0.19 MB 298 95
181,494 181,494 000000000000087da571b8cdbdf842c13fdb42b8aa5b86d35b75b9bbcf11a27f 0.05 MB 106 157
181,493 181,493 0000000000000810b660e5c50495c86f9dcda2d087b6a3ef84094e8c1b3c6f69 0.00 MB 1 0
181,492 181,492 0000000000000a49c32b999448bccae9ec8ea19aa34aef09dd8b8ff1940d0206 0.42 MB 1,100 156
181,491 181,491 0000000000000127e1279723ea03806489a99f6cf39ea3e773bda314d96e8772 0.05 MB 143 201
181,490 181,490 0000000000000101d65f20dd541fff108b241061cec082c49f86924c382f3425 0.05 MB 147 1,256
181,489 181,489 00000000000007274358314b696a8802185423fa1edca2a481b21bb827735389 0.03 MB 95 73
181,488 181,488 000000000000021fca18e5aa89b904f4697950bbd57cf1fbc7f38e9c696a6af3 0.00 MB 10 84
181,487 181,487 0000000000000312daa918b911eeb5d8a952acffde4d9fbe5644bc6c57686a1d 0.20 MB 512 88
181,486 181,486 000000000000018e91f1b22f36ad41672b8d2ae21711444e998b9ef38b3f2343 0.25 MB 471 117
181,485 181,485 0000000000000339d1bb9ce467d905f27b3d9caab028950cb8809b69c41999b7 0.05 MB 132 128
Previous 10 blocks ↓
Total Size: 769.20 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,633.90 GB sent, 93.93 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.