Memory Pool Memory Pool Refreshing

873 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,915 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 862 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (721,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,908 186,908 00000000000002a6ad59f069477e64b9c7a8a0e9de18c486911a9b5dddb8f98a 0.04 MB 100 106
186,907 186,907 00000000000001c19b715a30e62ee9bd39ea032df0895d494d10844bc35fcbb0 0.03 MB 99 34
186,906 186,906 000000000000084e6ece0ff676239465f520cf1439a75e8999fc287bd136e110 0.10 MB 286 132
186,905 186,905 00000000000001a40b69ca0acbf70a33eed5140fc3df8854fa9683b533827618 0.05 MB 93 81
186,904 186,904 000000000000066d99f4192772404661eb40a66a9d63da3c2a0bd114c1f2c86b 0.00 MB 9 113
186,903 186,903 0000000000000485a6f1beba826ecb075209f4ac50bc4f6cb3eddf3d59efdd13 0.01 MB 29 79
186,902 186,902 00000000000002a1f4ff5ec8638055d7e1a520b2f387d72d2beac4121f4ee3e8 0.00 MB 9 63
186,901 186,901 000000000000003dc33275dcd0261d0881e59567f7fbeaf5cacff14001515b30 0.06 MB 158 142
186,900 186,900 00000000000009909936cfa9e58dac4d628e61e77a6722ab3ef066dd471cb9da 0.18 MB 632 181
186,899 186,899 000000000000023e803239b525ff1e0d2c7bd9aab1f356119773c8e77953707a 0.02 MB 66 213
186,898 186,898 00000000000008717e1803b5535187ddedf619e25c957ec3ac647b95df5fc3f0 0.03 MB 77 116
186,897 186,897 000000000000013bde2100adea9a8865bcd0cb1bb03bd6eb4192476d28e15fb7 0.00 MB 11 15
186,896 186,896 000000000000074c4bcb0d2cde0e37d21849370abe55c151cb72669cfd1cbe31 0.01 MB 29 351
186,895 186,895 000000000000026f39fe020c958831129c6e8f0b97f5333e6346949b83e441df 0.05 MB 123 137
186,894 186,894 00000000000006ae41f4018df88261c4b768262bd89cd04633cf465f627e1c04 0.04 MB 160 33
186,893 186,893 000000000000080806c9f351d5f756901bc4a8c34c046f206fae5ea21dd47954 0.14 MB 325 116
186,892 186,892 00000000000005c1a054d36892f9d5b57c6a13191d795738b7290eaf65e03543 0.00 MB 14 15
186,891 186,891 00000000000008658906d7164f4be2e740b37fb788dec02c875cc991a6bb3a8b 0.02 MB 48 108
186,890 186,890 000000000000084e05e4a801102376244bb5cbba768aa9f5370bf4a3a299e71a 0.19 MB 324 101
186,889 186,889 00000000000007a2460a838f185cfab8be4603d1387c8c976f3645ac84afb461 0.04 MB 60 269
186,888 186,888 0000000000000425c585d83946389d033f20481883eff108a568c9435e1c75eb 0.02 MB 54 144
Previous 10 blocks ↓
Total Size: 769.38 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,644.13 GB sent, 94.85 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.