Memory Pool Memory Pool Refreshing

1,883 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,871 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (859,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,383 49,383 00000000163ee74257c874eade9d56608bbc7e985ba947531b959747aaba3dd4 0.00 MB 1 0
49,382 49,382 0000000014bce88d007d1492bfdbcfbd60450703402746578ae68006010e7db8 0.00 MB 1 0
49,381 49,381 000000001fd2be5ba203a720a628503779dd49a0928cd2ac9bd582d2baa1b8a9 0.00 MB 1 0
49,380 49,380 0000000025cb7b6406fc102432b9615a2e01890d5f6f9bcb5139a84dff0035ab 0.00 MB 1 0
49,379 49,379 000000000095e35beaa2b72d7d48679e9551f8fe7f986937e137668fdf6eda4c 0.00 MB 1 0
49,378 49,378 0000000014bf097e9536ccbc00a578672beea19c0adc51596f50faca65fa4bac 0.00 MB 1 0
49,377 49,377 00000000299f7c1937487d8f6f26c2204bf5b84ba45c5b7db91af396fa0e6bab 0.00 MB 1 0
49,376 49,376 000000000e27a18a71f3520f636a316b9187b6eb0c8e769e637e8e6cd4672d91 0.00 MB 1 0
49,375 49,375 000000000971bd145014ff68c86c58290dc5326941d2d5f76f4b952554a679b8 0.00 MB 1 0
49,374 49,374 000000001d9208608eab7c73f5bcbb140d1c21d08a9f3c18f14f924db693df64 0.00 MB 1 0
49,373 49,373 0000000007a59bbbbd86986ee633a9e123f85dc4c510fec741cba0a32b82391b 0.00 MB 1 0
49,372 49,372 000000001df9a7347e70498f4a6eb2953b05e971e262a545a72eb17d32ab28c6 0.00 MB 1 0
49,371 49,371 000000000b458ad9cd4ea7402499a68e94c324ee57d0e0ac1cea83c6e24c68a8 0.00 MB 1 0
49,370 49,370 0000000020c9875e803ddfb0ad321285e27e0bc07b71b4c2df4483b0e0b6cfd9 0.00 MB 1 0
49,369 49,369 000000001b94a0aa0d40c31bfde862519355c1b9ebaaabc3aabf7e60eebe4354 0.00 MB 1 0
49,368 49,368 000000002121d068b0f973280c7c76b3517b5c99a38f81b61b39b879ebde339f 0.00 MB 1 0
49,367 49,367 000000002598d769a3a6cf797593607fd53e47075e48d661a1efc20b9609a1a9 0.00 MB 1 0
49,366 49,366 000000001a4fc4e73c9e8487c28fa5654cd03ddb3525669a93af0404930433e4 0.00 MB 1 0
49,365 49,365 000000001e62f9a438e5e9ea08804e5a6906c0181dbd7e5aa2e76ecf402df7ce 0.00 MB 1 0
49,364 49,364 000000001b410b82d04e2401f21773fde9a75ff2a2713553d44b43d4c97c5633 0.00 MB 1 0
49,363 49,363 000000001d1f10a848fa296eef5357c0323755d057de30934d085694e5b9208b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.