Memory Pool Memory Pool Refreshing

4,759 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,385 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (700,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,912 206,912 000000000000041f041549022c09e3983ae0ae88281a80394974433c14002ef3 0.06 MB 184 83
206,911 206,911 00000000000000d3cc669d27cd4876b245826000add089f6c13f69b3c1e379c3 0.08 MB 128 196
206,910 206,910 000000000000031f137366943209550b24a6e512706b6a8739ce56a7c4c11498 0.06 MB 142 202
206,909 206,909 000000000000020f84317fa289c1ae3e84ab9db8709dc154360c12efca4d8a91 0.03 MB 57 908
206,908 206,908 0000000000000048e99c6f676f8ce46a1308d28fe83b573bead42c0f27db70b9 0.07 MB 155 318
206,907 206,907 000000000000045b5f9250faf2164221fb78e9725177be5bafa33f1b6efa65a8 0.19 MB 435 187
206,906 206,906 000000000000007be26fb63d6c6091e15e8eaec1e187ec33b29af10744ecd494 0.05 MB 122 124
206,905 206,905 00000000000002d278c08692806a1c22ebe83d230512598cf6b45350bc9fe077 0.05 MB 158 138
206,904 206,904 00000000000004545f03923d00d721fd1b44c9d8e649f21b2d97a6c90c3496ae 0.21 MB 587 294
206,903 206,903 0000000000000149fa74258efcf152d2197faa1293f8b0722ad662ad630d8720 0.34 MB 451 81
206,902 206,902 00000000000000b87f4e9e6e93757d4ddea491d59e8b34c3abd41a4e795ed2f7 0.08 MB 229 190
206,901 206,901 0000000000000504620bdf6587604e10cbd694538d4771392717b44dccce9293 0.00 MB 8 184
206,900 206,900 0000000000000409564a3c5c0a7453d1f194fcba30ea49c24b957da4e8a9bbb5 0.08 MB 189 238
206,899 206,899 000000000000043bd5e2040bc0b8c953d5948a8b05df2aeacb534a26490c745c 0.07 MB 178 299
206,898 206,898 000000000000015d0b6900d4a24c3e02a48ca896be573c85ae6da1f2be629443 0.03 MB 54 153
206,897 206,897 00000000000000bb9e37f1036741dc7b54dc66ac526a825f14578fd4670a4279 0.49 MB 160 18
206,896 206,896 00000000000004f3afbfcdb34710b1c70742e2951edddee1e5e3fbd8e61f2d34 0.02 MB 42 140
206,895 206,895 000000000000013e736958825156a346efbf54d1ebf5ed663706c20c0cded23b 0.09 MB 159 140
206,894 206,894 00000000000002bb726ce7119695c79be5ade93a3cb7b1648b60e54ceb63ff38 0.06 MB 129 139
206,893 206,893 000000000000000c533a1800c9b8d7813de185bb0dfb1ba58fac416047616e69 0.13 MB 334 200
206,892 206,892 000000000000011d1787c2cb163a86fde6be815908dbc6f919d20f2633f57e8e 0.03 MB 115 49
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.