Memory Pool Memory Pool Refreshing

7,480 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,980 (299,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
608,084 608,084 0000000000000000000f82688d5d5c60dd0997241b528464f3e3fc4877e811a0 1.05 MB 2,589 13
608,083 608,083 00000000000000000013048b38aa0e41b6305441b0ab62aa394ff714a0ae4613 1.31 MB 3,276 13
608,082 608,082 0000000000000000000b163742c43dcb285491fcc5aa60657e88c00da6ce80f4 0.37 MB 896 14
608,081 608,081 00000000000000000011d3243386f96098bd2500c3cdeff1c8d89db2e12d2ecc 1.03 MB 2,069 14
608,080 608,080 000000000000000000055500f03d0fd42a04ecb2b2375bb4ab32be65a7381c04 0.51 MB 460 2
608,079 608,079 00000000000000000009d416ef39a07e091baa991c676509cc8ec6d95cfbfd0d 1.28 MB 2,931 12
608,078 608,078 0000000000000000000557e69658ca1178e569714fcbbf988d72152caf5ecc18 1.21 MB 2,696 4
608,077 608,077 000000000000000000112247becb7e91c4bf72ea58968b92089e477a82312e9c 1.46 MB 2,380 21
608,076 608,076 0000000000000000000ab36f05c2d8c51cc2b19d51d2132c079973eb8e2be9d3 0.00 MB 1 0
608,075 608,075 0000000000000000000d898ab68fa10f38acf7a91a92f91b3ce6f705fb1f8a52 0.38 MB 851 12
608,074 608,074 00000000000000000014f9b94f97f18a6c83934c8bdd9497de012edf1f00296d 0.31 MB 865 11
608,073 608,073 00000000000000000004d4923f4a7833af7fe20759414abc349c6f55a89cb374 0.57 MB 1,337 14
608,072 608,072 00000000000000000000b0203356290123803957377e51ecf4823a5f0da36b4e 0.17 MB 476 12
608,071 608,071 00000000000000000001152ef93a215bccaf6206b3b46b4730251a2eccf92139 0.96 MB 2,095 14
608,070 608,070 0000000000000000000749d6b41c9dc27db4205af797284531faa71482a8aa74 0.42 MB 886 16
608,069 608,069 000000000000000000157525240eec1e8f35625d7c2d8b4258571ea3634348fe 0.09 MB 162 15
608,068 608,068 000000000000000000080851127143286c8c064544fb9d0c0a3d1aceb26d05de 0.86 MB 2,273 13
608,067 608,067 0000000000000000000937ea87c707cfb5848821a52e773914afdd9af1a0885b 0.49 MB 1,109 14
608,066 608,066 0000000000000000000580aadc59a62169415c3eb7d5b48d400ec650f3cefb75 0.23 MB 633 17
608,065 608,065 000000000000000000137a014459e2e58bcc1669010c6bea64e531a4732c809c 0.57 MB 1,516 16
608,064 608,064 00000000000000000001867e39917512f746519378ca2126d5ea43a0b3d83453 1.01 MB 2,567 14
Previous 10 blocks ↓
Total Size: 769.51 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,647.38 GB sent, 95.50 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.