Memory Pool Memory Pool Refreshing

3,578 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (212,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
695,106 695,106 00000000000000000011a4e955cd39f06d42d9862b87579787e2702217a5633a 0.44 MB 587 13
695,105 695,105 000000000000000000022f6781f3fc1d71847b5f2f489f78e90cd38c95f58b29 1.29 MB 1,476 7
695,104 695,104 000000000000000000022336d0a5d2224ed2be8f50952c05dc6fd376337d09c2 1.13 MB 2,163 16
695,103 695,103 0000000000000000000fe208a09cfd299c62fe4afc1fa83abd82ce0d3fa50c60 0.26 MB 504 12
695,102 695,102 0000000000000000000bdc5c55a4a39e2aebc2c8b0a13d5effeaf405fe74ba06 0.15 MB 353 17
695,101 695,101 000000000000000000095ea4093c60baa983972cddeaa538fee7ec203dad0c76 1.10 MB 942 6
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.