Memory Pool Memory Pool Refreshing

5,341 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,184 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (283,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
624,058 624,058 00000000000000000013c11962aa7309c9ac128803cb900473aa341b3f79c5af 1.24 MB 2,885 20
624,057 624,057 00000000000000000004b2adfc12346f4c30e8a8a87956c5a1d4248645c6a9ff 1.26 MB 2,656 15
624,056 624,056 00000000000000000002da060229547d2c1de247def8a1009dd33e87b5839f85 1.34 MB 2,889 23
624,055 624,055 0000000000000000000aa2475cfb801b85e27718ad71fd85450abf22751d6c26 0.48 MB 1,034 14
624,054 624,054 00000000000000000010e15d5cfb3e9dad2b23d874de077f58dc7d893ea7e635 0.21 MB 504 16
624,053 624,053 0000000000000000000482729aec719dea2a97414c59dfeb9175d38328c088c9 1.15 MB 1,242 9
624,052 624,052 0000000000000000000fa38b1af55a83c018bf3c9f71f7317c314eb040e5a75c 1.62 MB 1,049 2
624,051 624,051 000000000000000000109fb5e6dd8adcb7912d304cdc5c45b833757736d5d81a 1.29 MB 2,364 23
Previous 10 blocks ↓
Total Size: 769.24 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.07 GB sent, 94.14 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.