Memory Pool Memory Pool Refreshing

9,767 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (748,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,503 159,503 000000000000019343d3db2c18a24429035084bd432a5e13ca2427be092eb706 0.01 MB 16 29
159,502 159,502 00000000000000423cfaeef9d023f3afd70e8f050d3861a1d546b0763a408256 0.01 MB 26 98
159,501 159,501 00000000000009fe41cb0451656e56e1d1b3dfee9df01224c1ec41394eb59d1d 0.00 MB 14 14
159,500 159,500 000000000000065ce6213ee8c9b55ca2ff7935345a4d1815341688dfd63f69af 0.00 MB 15 51
159,499 159,499 0000000000000a57c2d6e8babc19daf96cc1f917204e6d541458538b67530bec 0.02 MB 53 194
159,498 159,498 0000000000000db95265719fe892c12d8fcce0d288c3bfad1ccdc83c3d7fa78e 0.03 MB 60 214
159,497 159,497 00000000000003812152aa775ef6f8d9dc96670db389a9969bc7a4a2e85e9fc4 0.01 MB 21 140
159,496 159,496 0000000000000d16166033d3542e0d2d5362a17b551823be76d424eb901623a0 0.04 MB 111 51
159,495 159,495 00000000000001760d8a20cd5f4cda5711ae9141e04d51e912b9d3ffbf850854 0.01 MB 32 148
159,494 159,494 000000000000058e32470d2cf3a9593a95ff1281ac8b96865fe66ca271994f2e 0.02 MB 32 16
159,493 159,493 0000000000000e0af4d6d6c798277249e8bde593267866b91970927e02c4d88f 0.03 MB 32 38
159,492 159,492 00000000000002da41c5978176c43bbb4f7eaa252d71e875f4ea1f6977a05b29 0.00 MB 7 435
159,491 159,491 000000000000069030b73fb17e1578f8c685274d3f6fddacac0d422201dc62f2 0.01 MB 20 112
159,490 159,490 0000000000000b93a6fc6095bb4e22f654123e96054b45b4f841dce8af6e0ba5 0.00 MB 2 223
159,489 159,489 0000000000000a84d442e5dd1af4f75f1c370d1227509ebecfe27ff2e2b9687c 0.02 MB 14 52
159,488 159,488 000000000000055d491114a4cf40680efdb4839a3594deb062f326af908fd612 0.03 MB 85 139
159,487 159,487 00000000000005d3657f8d88c287223f1572a0abd023b6f411f9893b85b5bf8d 0.01 MB 19 235
159,486 159,486 00000000000005f2f2ff8bc7a1b4f7e6d4e8e60e106e1483d7bddd6f9f93ef7c 0.01 MB 48 45
159,485 159,485 0000000000000da100b7457edfc3b70d2b2dfb1ce4cf5505a140c5c73c316e97 0.01 MB 24 174
159,484 159,484 0000000000000476380b9e016bcbded878485acee8ebc13e5842080db8d04d96 0.01 MB 8 8
159,483 159,483 0000000000000b94948f991a732da0bf399d60ac3c6c9fe196c684b0187d77da 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.