Memory Pool Memory Pool Refreshing

9,686 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,565 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (303,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
604,287 604,287 000000000000000000049cc002785a80060a610ca0bc9a4fd121d7dda96b3938 0.79 MB 2,035 16
604,286 604,286 0000000000000000000f83f6a2f8255f89ab22b40316c1d73a0de2f2ed1753c2 1.28 MB 3,144 17
604,285 604,285 0000000000000000000625bf416d7b4e1e41a80bb29902ba91effba752b97abe 0.00 MB 1 0
604,284 604,284 000000000000000000075f9c748fbc4e57b14841fab961ef7c37240f6f3e5147 1.27 MB 3,048 14
604,283 604,283 000000000000000000092def9a5cb2be698cf469b73175262803950167ba2bbc 0.25 MB 577 20
604,282 604,282 0000000000000000000ecabcdfa6da8969fcfe90a45631b734b7fe3e10590bac 1.10 MB 2,592 8
604,281 604,281 000000000000000000083b7d56a95d289cedf867c92136e8c4dd0e1a9af3479c 1.22 MB 3,211 15
604,280 604,280 0000000000000000000aaf4b96deab8ab6f9295d309157ffeacfff467808c03b 1.21 MB 2,670 25
604,279 604,279 0000000000000000000edd51a08305999b148182d92ca4a01b3240ff2b9caa40 1.30 MB 3,097 23
604,278 604,278 0000000000000000001150ff6cc9d4f16a6c6882d1f3c81e4a49f7b5f457494f 0.53 MB 1,448 16
604,277 604,277 00000000000000000004a83ef7377d4e5f2e33d235fd57600e4c1c6efca8fef5 1.54 MB 1,902 4
604,276 604,276 0000000000000000000269150c06f792fcb7d29f4c19f8d86122bf744a9e8463 1.35 MB 2,772 15
604,275 604,275 00000000000000000005cc91ac955ef4ed36c83c196d5dceacc5a57d6a246e76 1.30 MB 2,874 11
604,274 604,274 00000000000000000002bce8aa3d129eb28346e14dc5a19d8950d2e77ba7e50f 1.31 MB 2,648 39
604,273 604,273 000000000000000000066968427219137d68e53c49dc1685f2b7b2a649c19a7a 1.37 MB 2,995 11
604,272 604,272 0000000000000000000c94811b8a34d900244a53d7d73e122506ff60d7977bce 0.36 MB 792 10
604,271 604,271 00000000000000000008f6c38e755c6453fcdd762d67a1957e415428d549a5fb 0.09 MB 137 10
604,270 604,270 000000000000000000151d48edeff8123382b51f233b4f9360f05102d34ee840 0.55 MB 1,255 18
604,269 604,269 0000000000000000000b6a45a9ed486169b46bd230d4c8d51e6e5caaff97f702 1.13 MB 2,697 9
604,268 604,268 00000000000000000006454240ccf900dece8408936578f21f8247b4a562f096 1.21 MB 2,922 11
604,267 604,267 0000000000000000000914e7c742a241861aa802a0d4f203ab1b50318c7fd14f 1.30 MB 2,793 23
Previous 10 blocks ↓
Total Size: 769.02 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,624.74 GB sent, 93.00 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.