Memory Pool Memory Pool Refreshing

5,615 transactions
2.22 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,293 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,808 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (896,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,527 11,527 0000000062c66be5f2ede598b037b34901f978e9568ea13dae9d082144fed864 0.00 MB 1 0
11,526 11,526 0000000008dd78e183b5c42aaf6f5dae555af493a81032215fe773bd668485a0 0.00 MB 1 0
11,525 11,525 000000003536ecb8edb51318f0fdf73dda015a760a948cfcf3b0502204caf05f 0.00 MB 1 0
11,524 11,524 00000000852d44efb3143bc6f19c8e0e86b55344b124427ef0534d9b200a9559 0.00 MB 1 0
11,523 11,523 000000003532b2ac09e2d6f6d1cd351691dd402841617bdd83d1948f2da7300b 0.00 MB 1 0
11,522 11,522 00000000a05e26eb632cceadaf59d1a2d2bcf3ea0c1e76002c7600952d2333ba 0.00 MB 1 0
11,521 11,521 000000003844e6744a28e28a380aa8d8161b104a228f3e58fb34a3cc5896c994 0.00 MB 1 0
11,520 11,520 0000000041599184356fb6156f8f7e6384cb9d3599aca4acbc543964c536166c 0.00 MB 1 0
11,519 11,519 00000000b94fc2745dd914c93606f5aba3501c10f6b692eecba928a4feb7722b 0.00 MB 1 0
11,518 11,518 00000000534e5faf039be3fe98d573a10fbe666edc0a087576f6c72ed1af1739 0.00 MB 1 0
11,517 11,517 00000000596147704c978e6f644b627192b3e491818d3741e6172a90a897afc6 0.00 MB 1 0
11,516 11,516 000000002acae3a7b37fe69a703ec2c69333e0ee6b062c10f4c8deeeb894ee63 0.00 MB 2 0
11,515 11,515 000000007033416c3a7786ec790987a4c90f85317a2e007114212f7946cb68d9 0.00 MB 1 0
11,514 11,514 00000000ef2f031369af5ac102b5a7fbc895f9a660892ce2cf8728d655610dbf 0.00 MB 1 0
11,513 11,513 000000005b4bbb369d580955af2375cab3dd2bf4f4941071bbf8e4e4a9d597b0 0.00 MB 1 0
11,512 11,512 00000000577995d171ebba5d8bc2f0408465b2648fb34531091d7b2f383bf5aa 0.00 MB 1 0
11,511 11,511 00000000b0628d2e84e6a1b135458c9cb65624baeb91ce855397c6d004c04a9b 0.00 MB 1 0
11,510 11,510 000000003f8052db4668e62c256c14aec57b85688a037a5e9a5dc1263769491a 0.00 MB 1 0
11,509 11,509 00000000d17802aced3007ccd889bc2be1a327f98d9a5fbfec6ac19410922f15 0.00 MB 1 0
11,508 11,508 00000000a46419f468970aa3baf4c23dc06013db181cb23ba5f7d6e0469bbe82 0.00 MB 1 0
11,507 11,507 00000000f8ff1eb42a039e5f56635aeed12fa609327f72b9ca54c3d7475f3878 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.45 GB sent, 98.34 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.