Memory Pool Memory Pool Refreshing

13,795 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (644,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,040 263,040 000000000000001350200c238c1f71a19435e2ecea2f662990bce3232ec77dbf 0.25 MB 553 97
263,039 263,039 0000000000000010b27151c9e987237045e9d154fc123c4ff6034ef92514b1f7 0.18 MB 432 121
263,038 263,038 000000000000000f32406b5c5eab162c30268d45d4500e5f2dd725500128b6ea 0.06 MB 163 84
263,037 263,037 0000000000000012cb3974d1149466333c1ddb4e7d852679c7a0067e368c71a4 0.18 MB 443 143
263,036 263,036 000000000000000695c8585d31e126b685344612f68051a6911ac5ae9f1c7ee9 0.10 MB 208 96
263,035 263,035 000000000000000cffb09ae272b3de316d5d0cb3c678b5de666bd8005b9866f7 0.11 MB 309 164
263,034 263,034 00000000000000153e5c56aca7268114655db63840939e138aa0e36d8e1e6713 0.11 MB 205 74
263,033 263,033 0000000000000013eda47cbf1ef037e7a7929256cd4b8dbc6bbb061aa19883d6 0.04 MB 88 89
263,032 263,032 00000000000000154bc9709748521fdd2279fe5bc7f90fa5d5fbe75fbb26cce2 0.00 MB 10 102
263,031 263,031 000000000000000ffc9240e383f8c4c923e77217bec07f4c4145718a0306c57f 0.21 MB 256 79
263,030 263,030 00000000000000148f089ab371ef4833f22dd79a7915864dfb39e12298026397 0.04 MB 89 64
263,029 263,029 00000000000000152ac16300ff3de8ebe31474f31806b943ff343bfab693ac35 0.08 MB 256 181
263,028 263,028 00000000000000149b07a5de26fe193fa09c8e2d8abd21504287488cf0f4b869 0.05 MB 127 92
263,027 263,027 0000000000000009cf0ac10c319cfd6e201e16c9f743b93bd1bf1949211311b4 0.18 MB 455 129
263,026 263,026 000000000000000328d5e3539df8336028714a4e739378400a9701dfb2b51021 0.00 MB 4 87
263,025 263,025 00000000000000042990ffa7ce9375637ba702d8d6082d69f3ec199190280942 0.07 MB 164 88
263,024 263,024 000000000000000fea27aa064f983389ffe6ffd38112f78c16ff3c9c7f4f81cb 0.11 MB 102 28
263,023 263,023 000000000000000f61e27a6805840a52e8cf200e5728dd685305afc9d4187628 0.25 MB 647 140
263,022 263,022 0000000000000011de8827eea46c652f0af1e3b47b7860d613387304c95b06a5 0.11 MB 280 126
263,021 263,021 00000000000000099233d244d1e57e13a9b6c1069cb4a0cf558809fc31e75fef 0.13 MB 298 95
263,020 263,020 0000000000000006758efbf5785c4a8b0b43f63022172b44b6a97b6a06446bc6 0.05 MB 115 84
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.