Memory Pool Memory Pool Refreshing

1,347 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,348 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (644,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,063 263,063 000000000000000011ca4e76050acc7f1741b4206f21d2898cd5c54983c8c769 0.16 MB 374 96
263,062 263,062 000000000000000ffa995b4eebe17f94dc13fecf59a83a0c473a4f26839d30fc 0.07 MB 159 97
263,061 263,061 000000000000000f2c113c7e0b98eecde35ffd87024a1b5c64ff9773cf63032b 0.02 MB 48 117
263,060 263,060 00000000000000149ce2967f923d4745c45a936cbbda18e5e7dafea1ce2496a5 0.06 MB 148 81
263,059 263,059 000000000000000909f341c1dff9b8bb896deac4e819da53e77ed2b604d7c926 0.19 MB 453 95
263,058 263,058 000000000000000d4d1586592f87ed1296b0f69ef078ca192ed82f780638e84e 0.01 MB 49 95
263,057 263,057 0000000000000008350a4bd56627d9ea073870f0f45eca8c7f9496ce8c11631c 0.11 MB 240 98
263,056 263,056 0000000000000012cdb690e76d9f78ff669d234ef29c351bb6a5a1462b39bcd6 0.03 MB 84 98
263,055 263,055 000000000000000f0b6305be662ae13bb9a5ff48b9825555b96152a7f5d2fe92 0.22 MB 431 62
263,054 263,054 0000000000000005c80ae8f711d0a7040a7dc2a75afa3fbe7440b2e774f6f234 0.25 MB 629 130
263,053 263,053 00000000000000019610628269de9ea5b9c2a73c396125ea752c38cdcec8f249 0.09 MB 219 136
263,052 263,052 00000000000000022b1f8868013b853c86acb22ad6359d0cf5d5db7cd1f9b654 0.07 MB 143 75
263,051 263,051 00000000000000118669a6e3c2a1dcaabce3bf4aed5c91c981ea329b4524afb0 0.01 MB 27 78
263,050 263,050 0000000000000002164ae716c1d0e3328513fba2c547005cf7754630c6f2abff 0.15 MB 25 2
263,049 263,049 000000000000000961950986c7659b3ae721eedd20104286a7066f21c28e2313 0.03 MB 66 87
263,048 263,048 00000000000000164af4b22ee7ed46b104ec8f96cdbc65f21cdfeb78422610e1 0.13 MB 287 91
263,047 263,047 000000000000000fbd786b2004b6afbd24d1f399ccb2aa07855ceb8c4039a5ee 0.13 MB 307 79
263,046 263,046 000000000000000cadf2af320e1cab080ad57b2730fa09a77e9dafc32bde00ed 0.24 MB 546 99
263,045 263,045 00000000000000126cfc0adcbc5e66f84b8570d38028bd38d59dc1b130055d25 0.03 MB 68 106
263,044 263,044 0000000000000009625f396cc19d78468a18431477f98ab068a28445c532cd3b 0.09 MB 208 51
263,043 263,043 000000000000000dc584e1c021b52f31df9b91f6da808ca573023741d5f8a1f1 0.10 MB 210 88
Previous 10 blocks ↓
Total Size: 769.12 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,630.11 GB sent, 93.49 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.