Memory Pool Memory Pool Refreshing

7,898 transactions
2.49 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
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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,673 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (212,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
695,127 695,127 00000000000000000004955c0f5aa56295b5ffeb5031660fa9b44afc474ef125 1.35 MB 2,117 13
695,126 695,126 0000000000000000000ac10d808d812c52c556caaeea1fb72939d1f32f781f6d 0.34 MB 304 5
695,125 695,125 00000000000000000008f24c150f49096806d80a3a610297849376c446920228 0.98 MB 443 4
695,124 695,124 00000000000000000002b847fc1adafedc8fe7146f293eff908acedfc0dd4e3b 0.87 MB 1,532 10
695,123 695,123 0000000000000000000168a96b71c7c2abf72e0f76f3713b045ccd7ee10902a0 0.27 MB 590 14
695,122 695,122 00000000000000000001cc6df7280419ce61369db65acfebde4ab7c869427ff4 0.14 MB 202 7
695,121 695,121 0000000000000000000f45248466a86753e1c07449c6ba7941714df66995de7b 0.03 MB 95 8
695,120 695,120 0000000000000000000757812a0b7ce3eeb7c18bd633256ea027176b83237768 0.80 MB 1,117 9
695,119 695,119 00000000000000000006e0beab7fe57c160132ca0912e49820e5fedf668d2ef4 0.61 MB 631 6
695,118 695,118 0000000000000000000d8fde444eda2f6e32fd95761ca7b3b34241bdcb81e962 1.17 MB 1,002 4
695,117 695,117 00000000000000000001997c3c58928218de15f2a078eca98615889203722dc3 1.21 MB 1,209 7
695,116 695,116 0000000000000000000b362fc11af21c0754bae20a7487e973e072511e65c148 1.46 MB 2,627 7
695,115 695,115 0000000000000000000deac8710e2ee42f75c4c732988c10f9cae0761bce8aff 1.45 MB 2,921 18
695,114 695,114 0000000000000000001359fba8cb925cb2552f3bc63e9c303d4c1aaefd5053f1 1.41 MB 1,721 41
695,113 695,113 00000000000000000010726c7b128d2bf26069198340654adbc153983b7b4298 0.87 MB 1,096 13
695,112 695,112 000000000000000000107506abd984d75a2129c563cfedb65e534e656ee134b4 0.33 MB 706 20
695,111 695,111 000000000000000000133fecde65d1de906b85b58f0014ae1a140b5bf8397886 0.41 MB 991 18
695,110 695,110 0000000000000000000b955ed31a90588879202fa7ad04b66df603813ef4ccb3 0.88 MB 1,631 2
695,109 695,109 0000000000000000000c543ca6c29dbce5aa72f61c8607a1d204e7ffc1dc5286 1.45 MB 3,115 20
695,108 695,108 0000000000000000000d581b9590549a7e75d8b7beb0d5671bb4fd94558da82a 1.32 MB 2,419 11
695,107 695,107 0000000000000000000800d977b03aa1e11df47b99ca41486311645038d73827 0.64 MB 1,142 11
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.