Memory Pool Memory Pool Refreshing

449 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,909 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 438 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,908 (782,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,718 125,718 0000000000003d56268684adb86f7b841d0ae44af397a9e9e4648c1b6335efa1 0.00 MB 12 528
125,717 125,717 0000000000004315281f522bbd3a5711d85da5cffb15824a543b1f02d9bd75ca 0.02 MB 47 2,305
125,716 125,716 00000000000042f073479c92152dcb3f4ed5354fa15aef2bffeac16a0fe84781 0.00 MB 13 322
125,715 125,715 00000000000024952f4060f44ed0b61ccca9fa7aa1a85ab0f3178ea0b4d255a4 0.01 MB 9 166
125,714 125,714 0000000000000b2faa70b78cbdbe6eda09b36c7283b36b99baffafc31ed7ef2a 0.00 MB 15 862
125,713 125,713 000000000000359409f7087f377e506490fb85577d28e02515082678f5b41bac 0.02 MB 16 657
125,712 125,712 00000000000010083068418aedab5a6638cea9092134799cad7252d0e4e2b10a 0.01 MB 41 1,822
125,711 125,711 00000000000032ec9bb8e8bf76fffc890450e38ef9024bb08d9e3459f78b8412 0.01 MB 23 3,274
125,710 125,710 000000000000096532f337cbb45fa7b44e43b64ea01143d1b95ddfac2f21e75e 0.00 MB 12 719
125,709 125,709 00000000000044a40d9d7ac796dc046368680461a61c54a6d5bcd400d334eea3 0.01 MB 18 658
125,708 125,708 000000000000316086a54e59ff91f435740a5e7e7174ddb79fd29d8df3383046 0.01 MB 14 302
125,707 125,707 0000000000000cdfdc5f0d2535cdfc6734c7cfeac73b5c66fd662dac7a6f5e03 0.01 MB 21 543
125,706 125,706 00000000000010a77a711d8ab6a1b38bc79aeb3adb21b5284e57f36edfba7c99 0.00 MB 6 0
125,705 125,705 0000000000003d50fef0c7395f49bc2d5f3b14ff5b31cfa9a3d7db312ec72bc8 0.00 MB 12 993
125,704 125,704 0000000000000007b4413a653882b8405bf0b4e7edb9136232904a6d4cc271ec 0.01 MB 6 485
125,703 125,703 0000000000004260ce77edcac592e206d97cd1e52ed9bbc9722faaa8ffdd0d16 0.00 MB 9 783
125,702 125,702 0000000000003ff4daa1bd14334b0c229903e0cbbf1bc33d3b9423a2ea060e99 0.02 MB 58 1,908
125,701 125,701 00000000000005bcd8f8affbe9dee24c90fc3ad333fc0f3dfb97855ff833efb6 0.00 MB 13 891
125,700 125,700 0000000000001ec39abbadaa52a804d254796c4e1db55ad906dedb2e3ebc7df6 0.00 MB 6 464
125,699 125,699 00000000000002921044ee62852aaa22bf01090fe29c9c32e4ab513a1deeb9b5 0.00 MB 10 890
125,698 125,698 0000000000001ff4750aaa75f0aeaaf0a3300ce86c483c86eba769d3c4fd5b1f 0.00 MB 13 599
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,643.90 GB sent, 94.79 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.