Memory Pool Memory Pool Refreshing

2,183 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,131 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (600,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,117 307,117 000000000000000036dcc7186f05527b4829cbe6793a32be97dd5b51a633da62 0.15 MB 234 22
307,116 307,116 00000000000000004d4a8bc54fd8738012855536e4503d6092e4492a3663bf6b 0.07 MB 144 31
307,115 307,115 000000000000000029083588c71147594ecb2fc8b86c5c9de6ed0b8b6b2bf5fb 0.24 MB 387 28
307,114 307,114 0000000000000000508e384ea99881043d339ec9e1677760f71eecfceb0aa2af 0.26 MB 364 24
307,113 307,113 000000000000000013cb2c9a0487fd028893a336330b57c087641c704076afaf 0.07 MB 95 39
307,112 307,112 0000000000000000474e314dc4679b4b1640c70db5686a853f750be0139a50b1 0.01 MB 25 30
307,111 307,111 00000000000000001bf75ca2c2ffa97889b6518270c3484d43a2a007426379d0 0.04 MB 64 31
307,110 307,110 0000000000000000504d62607c3203a30c3407bb821af66a7ea43137e48e2385 0.02 MB 33 25
307,109 307,109 00000000000000003a4a3c6f0f0c056971772f7041e35633625131154e59ad35 0.12 MB 124 14
307,108 307,108 00000000000000001779ee16f7da3173b9bba89bad64a1bfefa6f048ce4fa8d2 0.11 MB 151 29
307,107 307,107 000000000000000024f7278f2111bd707444e13e797eec5962109d8b64e393c7 0.13 MB 195 26
307,106 307,106 000000000000000048a447f7b930cf52b0e464c7278d0082626c78808068bb9b 0.04 MB 32 9
307,105 307,105 000000000000000044ca204f73c65568520a10199136ea49c122146651aceeea 0.09 MB 92 17
307,104 307,104 000000000000000038545a7a56d5c5f652d08b30a49872f0326113fb600b7511 0.30 MB 512 25
307,103 307,103 000000000000000032cb3f7837e2b16d50f47ce8a8b1ab20817f91b3bd4e9d10 0.11 MB 256 41
307,102 307,102 000000000000000015bb8fa23531ad2fe409f5a9a17457a0b1a85f27b3e25a95 0.37 MB 599 26
307,101 307,101 000000000000000049a41e6abb510e8c38aa66e6bd4af7ce2514a3c7ee2e8677 0.04 MB 71 24
307,100 307,100 0000000000000000097e8ff7a04c1901454dc417a79b8f403e2b39ec3cb5b37c 0.07 MB 142 32
307,099 307,099 00000000000000004f92e089d49e57e8246bbaea4f4fc8f9b1f745451f3ade5c 0.16 MB 325 28
307,098 307,098 000000000000000017227376069e31854a8208ec7f713ef08de5c8a622bfc206 0.69 MB 1,001 23
307,097 307,097 00000000000000000132990600187aaa89d50c398c848bbf3ecced30f9605ec0 0.25 MB 715 43
Previous 10 blocks ↓
Total Size: 769.06 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,627.82 GB sent, 93.17 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.