Memory Pool Memory Pool Refreshing

6,444 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,582 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (822,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,288 86,288 000000000020a14b188f4273a1d80ee0c4b1b721102c76d7780e0d053a699e5a 0.00 MB 2 0
86,287 86,287 0000000000001e1fb79c91cdfb601d82f3f09a41ec29881986303ea13b0ea02f 0.00 MB 8 0
86,286 86,286 000000000022f7d27e8146af778ecfebd8f4bb727ec1d68a504968d36b4e4639 0.00 MB 1 0
86,285 86,285 00000000001cfe924efe20b08247e95058d0a726559b6ccc003b947768898d15 0.00 MB 1 0
86,284 86,284 0000000000215e7d4d4e372c944c74a1404171b4ea758f6ee7774da93c6b9604 0.00 MB 8 0
86,283 86,283 00000000001bbc96c3813029e3fa086fc23db9d1a3b913e3ee0585fadbdafec0 0.00 MB 3 0
86,282 86,282 00000000002bc2e441544bc3ce651e57e6c9031d54302a37e8d4ed4d1cc13886 0.00 MB 4 0
86,281 86,281 0000000000142236d9cb53289398fef3234d553661ff9840aee95fe3d81b6c90 0.00 MB 1 0
86,280 86,280 00000000001d1a2ed0c96855a7496400971fd1a1af771d5afd50c4f6b736076c 0.00 MB 2 0
86,279 86,279 0000000000266f9958fade94f8bd936aec665d617d85bb8e8a003294119030e2 0.00 MB 3 0
86,278 86,278 0000000000256294bef47ba246527fef8982c981883db352c9574a389cb509a0 0.00 MB 2 0
86,277 86,277 00000000001fcf66ec921b9c8449e7604c7f2b6b5c3970c495b9717793b30c12 0.00 MB 5 0
86,276 86,276 00000000002a19fe6463ebd2777ae4d48069ef298c8b713196e7ce57a59b3400 0.00 MB 2 0
86,275 86,275 00000000002968c745d85859ccdd6dd81d265f6ebf6610ffa22f7227159d1559 0.00 MB 3 0
86,274 86,274 000000000018eab70bda90bec449ee3a66d26736b9a5fb1bc520b857a2da4333 0.00 MB 3 0
86,273 86,273 00000000000608d1df991d4a0980f9e1f4c7bfeefec36f7db16fef0f80ad2ad1 0.00 MB 1 0
86,272 86,272 0000000000136728b777daa579024a2a2e802efbcea809fee284888daf2573ce 0.00 MB 1 0
86,271 86,271 0000000000097e1461aacdc913077184731b6f3c4e6770eadd4b1870d40e74bc 0.00 MB 1 0
86,270 86,270 00000000000cc7de81a8cc5434065965a4a617a5a3bd64e68a0d7d3056e8aff2 0.01 MB 4 0
86,269 86,269 000000000003f2babb3cfbd3f49986b54bef8187184a4f7d531bdc868394f7c2 0.00 MB 2 0
86,268 86,268 00000000000f7a5e411e0c02218b06cce01a953aaba40b0b387fceb8091c4676 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.