Memory Pool Memory Pool Refreshing

5,618 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,698 (858,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,909 48,909 000000001cb251b38c15ddd36bacd390afe665e063cd8aa3dab151554c046b58 0.00 MB 1 0
48,908 48,908 00000000072d462ad063eec8227ea6400407881d98f0e67e3d864f0761c13002 0.00 MB 1 0
48,907 48,907 00000000161669267b182a3be14de3c0f9fd941dd07f5bce4a72e612da186869 0.00 MB 1 0
48,906 48,906 0000000020fd61f1e2b29f3537c5d4417fcd8b129ac61389a5b9450b1f2b72be 0.00 MB 1 0
48,905 48,905 0000000024d5011f15d68160e37e39c5db2ec362e4e2ff250aace0fda5311233 0.00 MB 1 0
48,904 48,904 00000000267a4fabf83ef146c4c1fd1ae73484f5c29a8b638c2e010e62972cf9 0.00 MB 1 0
48,903 48,903 000000000ea917d57716e8084f3b8b4e247ca7eee29dded3af491d0c8069be82 0.00 MB 1 0
48,902 48,902 0000000029db15a5a35585cb3e6cb2c37d3d139699140cbf4a6f14f0773c529b 0.00 MB 1 0
48,901 48,901 0000000004711073834ae3ac5e1c6556be86da325787b96903817e7b035c09a1 0.00 MB 1 0
48,900 48,900 0000000023a6d73ae402047b2f587f9e0f2b57776625f3aedf858e5a28d38ce5 0.00 MB 1 0
48,899 48,899 000000001fc14dc8000baf608d17d787251d1e297a8a22b56ecc7e4bca778532 0.00 MB 2 0
48,898 48,898 00000000108ebcf87c278c9d04a5f58532677368b78ae89380bd7ec6f735e7c8 0.00 MB 1 0
48,897 48,897 00000000223491456c9b74a06a7a2b8c42ca5df5b7ed345d70b8871f5296030d 0.00 MB 1 0
48,896 48,896 00000000250333aa70b6e5fc13861e6caeba4ae20a7db1df005af03b4bc61899 0.00 MB 1 0
48,895 48,895 00000000080ad21f523ed5056b85ace358b05fdbc363e89fd61101e9be874607 0.00 MB 1 0
48,894 48,894 0000000004a09e3af5350f54a12c8b187568cf0abb36669cacc0a3251906077d 0.00 MB 1 0
48,893 48,893 0000000020acb7f15b24bf0182b75c6853aea4896ef1bbd2de0dc822edc54ba5 0.00 MB 1 0
48,892 48,892 000000001a6a0b1adb5a018c3f13a99968913f5feef88f63ff3b3cca69289567 0.00 MB 1 0
48,891 48,891 00000000271952be9031473bc8a8736f596b386c15382b5656b2cfc94eeb29f7 0.00 MB 1 0
48,890 48,890 000000000c8e564799d8dab2376f1dbe22e7736e73665a3729172d1bff66bac8 0.00 MB 2 56,155
48,889 48,889 000000002482f7b2fd00a2e888c0d5e0f836cab025b20b58ce80504c5643b46c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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.49 GB sent, 92.72 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.