Memory Pool Memory Pool Refreshing

4,397 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (283,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
624,079 624,079 000000000000000000105ab6be4816696794179415303f4fa8ea372c04b7ccc2 1.23 MB 1,914 16
624,078 624,078 0000000000000000000edabaa8ccf7f3e4ff3bcb58b562431f87e2a28ce38aa1 1.24 MB 2,592 21
624,077 624,077 0000000000000000000bdf976e51acb1a073c078f9229ddbe2b2eda41179359e 1.31 MB 2,617 32
624,076 624,076 00000000000000000001cf0cf8e5b6a31ed2ac27d8426a8ff6fca06e0173ce35 1.17 MB 2,157 22
624,075 624,075 0000000000000000000caf8874ecb6d10a8404ecd5fa1995ee5353956d1de6f8 1.20 MB 1,944 15
624,074 624,074 00000000000000000007eca1a5782652f37260ce3488917e14e2d35e6cb268cf 1.15 MB 1,902 29
624,073 624,073 00000000000000000007e9dbf66f70458836057f66cdc521178d28a831200f21 1.18 MB 1,831 39
624,072 624,072 00000000000000000000317de35d2fa509bd38533382bbd73476ccc9ac204442 1.04 MB 946 79
624,071 624,071 00000000000000000002aba0e529fb895b7fdca10bf6a9c760c39553f642e58d 1.30 MB 1,760 6
624,070 624,070 000000000000000000003306eff4d5ac9f94a69507c4fd3348107af23de3dfcc 1.23 MB 2,398 15
624,069 624,069 0000000000000000000eb14190ce1867332bac3520af691e76547386269929fa 1.29 MB 2,638 17
624,068 624,068 00000000000000000004cb757e08ef1d7fc293f80f09f518c5b0745759f9dcd1 1.23 MB 2,902 18
624,067 624,067 000000000000000000088bb2cc5ad8cb9207fd2e97edd6f7cda9c228ad472723 1.29 MB 2,465 9
624,066 624,066 00000000000000000010333fdc23602063720645fe8e4600820d8e7ddbd02951 1.28 MB 2,685 24
624,065 624,065 00000000000000000012d1b5103f96cfba0133c46a75155a7bc4a8e23febd97e 1.23 MB 2,648 29
624,064 624,064 00000000000000000001acd3cef6d6e8a8245116cbdf2e860680f553f7ad6048 0.51 MB 941 14
624,063 624,063 0000000000000000000ffa02d8fb987ccdf11b244d52c1b04b9e04f0e227ec99 1.26 MB 2,035 12
624,062 624,062 000000000000000000067daf3c49b6bc955eb9433694fa565ad74b9479681568 1.32 MB 2,538 15
624,061 624,061 000000000000000000096f1f1ac5262222990296cb339ed419a6044123b4faa4 1.13 MB 957 4
624,060 624,060 00000000000000000000a792737d4dcb38e285fba97d465e34aa95aba506a1b2 1.30 MB 2,289 19
624,059 624,059 0000000000000000000eb295be1fd4ad277649dbbb5993bf7715fbeeb402bb41 1.32 MB 2,774 11
Previous 10 blocks ↓
Total Size: 769.05 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,627.50 GB sent, 93.13 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.