Memory Pool Memory Pool Refreshing

4,685 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (230,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
677,052 677,052 0000000000000000000b7472e0a0a6d0681a942bf25a5a68ffdef9c3f61e5d03 1.37 MB 2,860 96
677,051 677,051 0000000000000000000971e0fb40d3b17cf319c19666519d3af0377ed5501e05 1.36 MB 2,675 70
677,050 677,050 00000000000000000005b5d698ec4815def7e3348de1148c0e42712caea71b36 1.28 MB 328 75
677,049 677,049 0000000000000000000008c41edae3023563b14a4ba3f0d32434c0ad0c0c291e 1.17 MB 1,034 81
677,048 677,048 0000000000000000000546b338236bf2f7a330eb5a5cc780aba1cfa25d8f2d53 1.34 MB 2,508 83
677,047 677,047 00000000000000000002d8a65f6a9919b38b958df0b104ddc21317ae38d6b6d3 1.36 MB 2,518 90
677,046 677,046 0000000000000000000a1d11ddd0d1afb843db8befef2ef4b8159226451aff96 1.35 MB 2,861 102
677,045 677,045 00000000000000000009f008aa89f27b2d014ebca6683948f68806d6927e7ef1 1.27 MB 2,069 92
677,044 677,044 00000000000000000008513fd8cd9ebe8c4320dca9509b276c9ba67c6a536a83 1.30 MB 3,446 76
677,043 677,043 0000000000000000000354ca9a1147c7a0cd671720aaa422e254c47212d81225 1.42 MB 2,172 82
677,042 677,042 0000000000000000000cc3e80a80d2c47f581266724e8cb4573beb3b96f68695 1.35 MB 2,842 109
677,041 677,041 0000000000000000000a4d5e028da383c9cb327d76877b8f8820856fd5c681b6 1.42 MB 1,931 37
677,040 677,040 00000000000000000002310f774f901b2cbcf7347ba152d7b24734762a39ace7 1.40 MB 2,096 69
677,039 677,039 00000000000000000001590e998e5c37fa15a9d46ecadc77ba1a239eca13029f 1.30 MB 3,163 58
677,038 677,038 00000000000000000007add89f15d4162dfdce038e62e902a9a1eb62e9ec7089 1.23 MB 2,425 76
677,037 677,037 0000000000000000000086a23c68ee124b1b815537c2f762f52b38f7051d4ab8 1.11 MB 962 78
677,036 677,036 00000000000000000000d1cf911b19795edd06932884b4816a66f4c3dabb456b 1.33 MB 2,353 78
677,035 677,035 00000000000000000004d8a94938e7fb91ed24fb81dfb3bb1ffd98b784e45988 1.51 MB 1,933 79
677,034 677,034 0000000000000000000c2b9cb827eb39cb1278b9ee0c53e65d04a4b5aca4d95a 1.46 MB 2,330 77
677,033 677,033 000000000000000000006f00953f4b44b9cd443bc4eb386fbb2c7aa7a594cfe2 1.40 MB 2,244 92
677,032 677,032 00000000000000000008238f10482ee5f23212606d9f1ebc89e69c7968f68547 1.27 MB 2,601 83
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.