Memory Pool Memory Pool Refreshing

4,263 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (715,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,561 192,561 00000000000005c79cb7c350ed018c88aaa6d126696d4537adaf0ea8f9924abc 0.06 MB 128 117
192,560 192,560 0000000000000629ad9b192e8529e09d376f8444747c2879591955e4f922fc8d 0.03 MB 102 49
192,559 192,559 0000000000000226de20ddbada8f81a95b1111655e93768fa116d5a6fa009f64 0.19 MB 526 158
192,558 192,558 00000000000000ecaf2803fd962ddf5e4af1c1de3df423c8d4395a0f2a4eb880 0.07 MB 144 144
192,557 192,557 00000000000005914e6046da8e260b4730075e1e84f84d944718a2eb7ee59c2a 0.03 MB 75 7
192,556 192,556 000000000000051a5a04f79c574226ecbca20840ce88b5eec6bcde9c3a0b8665 0.10 MB 316 197
192,555 192,555 000000000000016919d241eb07aed81d44f7fc6b3bcda41b9eca7bbd57af36b4 0.02 MB 17 78
192,554 192,554 000000000000033b51065bae2275d2702dff549961418142c9028eb5a1536b7f 0.02 MB 32 19
192,553 192,553 000000000000030d88037ab17523a9d45303889a8e8f37dba0fb8ae5b194675d 0.05 MB 134 115
192,552 192,552 00000000000006c6c1cfca0484246ca19bb379c404242211e098a1483353751e 0.11 MB 181 128
192,551 192,551 000000000000025aeaa985ae9e59a18971920afa8fa2b2085836f8cd5f41e406 0.02 MB 53 100
192,550 192,550 000000000000005a85f68eeb3517465770ddda90d4ad7aa0f711afe2b6adb601 0.05 MB 83 129
192,549 192,549 00000000000000c917ad01a1c0ec5785aaac87769a1d18f60cd6368a2ce00d72 0.00 MB 10 18
192,548 192,548 00000000000006a2946e3d38fc611c7ca236009aeadb5edb9eb93f76731e6ed4 0.04 MB 83 102
192,547 192,547 00000000000004b18a3afa9abba5689452a2be522d6357bdbf317dda3a4fe860 0.19 MB 451 123
192,546 192,546 000000000000004b17a1e5f6489dc1804abcf4236efde0e47695dc2b732dc19e 0.01 MB 33 253
192,545 192,545 0000000000000584612d3da5f249e6c3b5448c3c0745e86e042e6f4779f04251 0.05 MB 131 134
192,544 192,544 00000000000004684bcb4fc03d9311b851d22d69aae7931b0efdc6de68dccf93 0.02 MB 66 49
192,543 192,543 000000000000030cdf6b392409bd60e86bc7b694fcd10bb63274bd730d3d4aaf 0.01 MB 30 162
192,542 192,542 00000000000005da6fc2acd06b03d07e90c34e1e62a93537dc488a72f3a59065 0.03 MB 118 171
192,541 192,541 0000000000000750f6fc9ad8691eef31c0ed2742551e2ccbba6ca59d1496a2c5 0.26 MB 733 153
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.