Memory Pool Memory Pool Refreshing

6,511 transactions
3.53 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,772 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (819,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,038 89,038 0000000000140817e039ab53d971b35e6d459a30ea5ffdf3fef309d12e3d4211 0.00 MB 5 0
89,037 89,037 00000000000a5877aa1aba46add6d6e81c9bb91c599d4b961faed3b7767ce7ba 0.00 MB 3 0
89,036 89,036 00000000000076fe4f8f09a2bba949de5bf6c9a697b5ec5d16011a7d7019acfb 0.00 MB 1 0
89,035 89,035 00000000000c91173195b135eaa06df2378278ce67e4cfb1275037a5317e523f 0.00 MB 1 0
89,034 89,034 000000000006cad3e1cb343a4caef7047cba138e63a1e3de899add47958f220c 0.00 MB 1 0
89,033 89,033 00000000000f463e40069058ec3286446b9eb7e773d4d9e99480dc990824d8f6 0.00 MB 1 0
89,032 89,032 000000000012d36f4a7027f36835a2e99be8672654c2206b515cd0f22866aa53 0.00 MB 1 0
89,031 89,031 0000000000104f66414dfaba54d21f3e0fba80132ae80836ce8ae99ead66d4cd 0.00 MB 3 0
89,030 89,030 00000000000dd4238db22bfa6b66f184c1b5bc76dff86373143474b0b42cc738 0.00 MB 1 0
89,029 89,029 000000000001c3ca4d765b841a633d021c5b71e6890402f1b60337f3305f8682 0.00 MB 2 0
89,028 89,028 00000000000b7d55f4d1a21338fcab2ed2682588d90605c0cb7e79e732c6b9f4 0.00 MB 1 0
89,027 89,027 000000000007cf9db738fe0602b86e8ce85c0c4a6a568c6c3b0244b90486481d 0.00 MB 1 0
89,026 89,026 00000000000d5ee32c46c6ad78e555e450a7b899795be56786dddc0ae21793d2 0.00 MB 6 0
89,025 89,025 000000000011fd3181dcf6d6c5b29ad342dd92859d0840780a93604964daffe1 0.00 MB 1 0
89,024 89,024 000000000008900f58caeff1942beb358bafb8d19a5bec65807cec1ea8a5bf53 0.00 MB 3 0
89,023 89,023 00000000001285d4c35ffbec531c6f51f98c4030893400da50a1899afa4f40e8 0.00 MB 2 0
89,022 89,022 0000000000034f089caea164c39c730c3fd1fdda9c9699eebee211eb03a4db25 0.00 MB 1 0
89,021 89,021 0000000000022bea864b7bf787cc52e122555eeeb195fb593b80ca29b9b42a1f 0.00 MB 1 0
89,020 89,020 000000000007fc86c990395e927951ad35dcb7759592cfbae1c048418ef6451e 0.00 MB 5 0
89,019 89,019 0000000000024dacf70592425127e7474d177d3016e0810ea6d0b9ae0770d88b 0.00 MB 1 0
89,018 89,018 0000000000092d2aef2e71c1cd63f6b618fb528390d2e38611706a15783db115 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.45 GB sent, 101.99 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.