Memory Pool Memory Pool Refreshing

210 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 197 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (778,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,713 129,713 0000000000000fc04c9e752a7d852a1bf189e9a3ab52de899d9a32a9bac0a881 0.02 MB 59 193
129,712 129,712 0000000000000132648608af189a3d1f81c98e945b2a707a518f5a6cc7128e05 0.02 MB 31 1,045
129,711 129,711 00000000000016aab0c8a3e1efa00bc50ed7747d7a18719b8a85486cbe74057f 0.05 MB 119 97
129,710 129,710 000000000000017758adf6691e958cd047b96d13baca30a2ef8b2cf68e8458c5 0.05 MB 81 1,184
129,709 129,709 00000000000012589bfa00f0700a106704e0bb0e7f7ea952238e0bd8b3a2649b 0.00 MB 9 474
129,708 129,708 0000000000000a5db4fdd50ea194a8e892350d0b76dab89a65862e9d2d0b406e 0.01 MB 24 298
129,707 129,707 00000000000012fbcf784971681c91eac50040480aa1525f8548d1ac6d4a06bd 0.00 MB 5 4,008
129,706 129,706 000000000000162e5619dc5b75e35949d6ab3d76af4fb70332c15d55bb09e55f 0.04 MB 149 356
129,705 129,705 000000000000171f3251b48fc359c218521f51d2f37ae56ff8d4c3300defb834 0.00 MB 15 1,715
129,704 129,704 0000000000000066dc37721059c86f07e82556b9a2c592477c64044f37728c5f 0.06 MB 216 1,953
129,703 129,703 00000000000010b738667bba537537ff898256dff4fa0198f25dfe8f0104dd36 0.05 MB 98 683
129,702 129,702 000000000000062fe029fa5e7e0a21eac25e14d7a5ccc67607ac423d7c020a71 0.00 MB 8 33
129,701 129,701 0000000000000d818aaa480a1d494bba7f1e71e6626b87238ddae86d3cd892b7 0.04 MB 97 1,107
129,700 129,700 0000000000000e0c4963b942ee4c90ff751e5b3a5c353f8342c39cad047ff840 0.01 MB 23 860
129,699 129,699 0000000000001860f9e1822806a2f948e669183e7772cd182d06a0292eb9b2ac 0.01 MB 15 910
129,698 129,698 00000000000006e6b9390e0b131950949061a49f2683e41b161db993b79301b7 0.01 MB 30 1,138
129,697 129,697 000000000000024aab45ba06706255b3b8eb15e104bd9ee2584519cd4b3fa112 0.05 MB 170 176
129,696 129,696 00000000000001af19e7ae2de2a904d5b18bdd832593d9309419a5bc837607c0 0.02 MB 36 1,069
129,695 129,695 0000000000000319e3101fa6be987b80a83b441d2c51a2cd41fe019f57f0d24a 0.00 MB 13 524
129,694 129,694 000000000000080bdc7f12ab9b26e7f5e37f579a03ae9482b4672977eed1c440 0.02 MB 45 1,241
129,693 129,693 000000000000135fb6cb50c20ac04d0b9e0078f1a3c6aaa5594711783c581a81 0.06 MB 103 1,123
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.