Memory Pool Memory Pool Refreshing

6,493 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,107 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (647,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,564 260,564 00000000000000154ce5272d8f4e816cb16867dc4ff2d9cdf7dc87acb024667a 0.03 MB 83 21
260,563 260,563 0000000000000013f1654a99e85e572d8e43eaae8844de7b97f606f62ff976bd 0.22 MB 637 129
260,562 260,562 0000000000000011c0afba2de2fe8a1c384578ee34529d5dd0c9ef6c1444fcf8 0.11 MB 97 54
260,561 260,561 000000000000000afc69cbaf8b6116c8c9d60fd5dbebdfe30487f32c28cc1047 0.09 MB 206 105
260,560 260,560 000000000000000ecfbd9e94a7c2bbd16bebe3ba595263878c020a6298890d56 0.15 MB 332 98
260,559 260,559 0000000000000009840cf96eed353ba6315123a941510f7acdade9c1d1efae1b 0.02 MB 66 97
260,558 260,558 00000000000000070beb057741568364a9f016aa01e45634f284a1e157ce710c 0.11 MB 288 103
260,557 260,557 000000000000000d123af109d0d27fd44889f73558f183cfe7ddefca8d241b2d 0.07 MB 182 58
260,556 260,556 00000000000000138ef3f7765ff71675aea2637171a756cccca674b776159451 0.10 MB 296 132
260,555 260,555 0000000000000013456e81031765414c90b0038316e38a2a7ebdbd1bfc0c36a3 0.07 MB 181 120
260,554 260,554 000000000000000548af8016560c78ce2775aa4911d5009e8b8797145faf9302 0.09 MB 198 96
260,553 260,553 000000000000001cc97818cbb47fd77272e82c3b783913636d6eab236e639f8a 0.14 MB 331 135
260,552 260,552 000000000000000a6ca552418d79f52e8c787ab0df5181ce97c39060908f7aba 0.01 MB 14 31
260,551 260,551 000000000000000935b5ffe89e3204bdbba5339bba0a9a9dfaa3f20b8040d38b 0.13 MB 362 111
260,550 260,550 000000000000001529fdbb93c9179b63f1f8fb8238623907047cab4f8019608f 0.08 MB 193 116
260,549 260,549 00000000000000119ea4e4c74017405bb798d19c50cc60627fb752f776c4ec8b 0.10 MB 254 149
260,548 260,548 000000000000001c7487005fba24dc7d7cb7413b10369a2eaf0d966a7edff90a 0.27 MB 406 60
260,547 260,547 0000000000000016b8f85f72b7b00a4090cba40da696f86e6fab9dc7832137ec 0.16 MB 442 117
260,546 260,546 0000000000000003f4f4413e0539d34611048a10b0373753304ce2a3eab65ae9 0.13 MB 301 90
260,545 260,545 0000000000000005cd0b17fe0527d7b8329953e0f098698d453a4883dc1a7b47 0.04 MB 89 89
260,544 260,544 0000000000000003afbef5b2d3c445981a02467ed8bcaac5489361643dab5103 0.07 MB 118 85
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.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.