Memory Pool Memory Pool Refreshing

3,561 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,321 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (449,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,289 458,289 000000000000000000e103df9a19042734e31a0eee0f874e3842be45831c33c5 1.00 MB 2,447 178
458,288 458,288 000000000000000001acacd4c9b4cc75c8d62f0ab8dde979375e59e18424faa4 1.00 MB 2,657 152
458,287 458,287 0000000000000000022b0cb82c19725241a7304c6114898a6e6c96527325362e 1.00 MB 2,141 148
458,286 458,286 00000000000000000139c6b793f302e4d1d69c1db48c3166c8b608599fcc5856 1.00 MB 2,486 203
458,285 458,285 0000000000000000021be9dda851442ef37f4400b4e70fa2e82c7b44fafe63a3 1.00 MB 1,800 147
458,284 458,284 000000000000000001911f72228f5e3f950acfe99905449500144958af671f90 1.00 MB 2,136 221
458,283 458,283 0000000000000000015ac1f99d90969f0b486d0b7c523e3bf6a082476591a1b0 1.00 MB 2,637 226
458,282 458,282 000000000000000001274f2acf630766cd6b97074a7c935c15bb443ebcfbe716 1.00 MB 2,025 205
458,281 458,281 000000000000000001f8500ad1ab870baa7bcb8109547ab42b8655b25f6a889a 1.00 MB 1,984 228
458,280 458,280 0000000000000000016c04aa4d3ed9905f5a9089fd012b51290f5ef432cafab8 1.00 MB 2,205 244
458,279 458,279 0000000000000000021cf0851a5d40c250149969f3915f93df6f33a8f0eeabe8 1.00 MB 1,472 156
458,278 458,278 0000000000000000007ad7156fa05b0bb1ab09250b888a8761c4915401fff84b 1.00 MB 2,330 201
458,277 458,277 00000000000000000125128dfbe13579b3ad4cbe61d8a8fc26a030b836135055 1.00 MB 2,356 233
458,276 458,276 000000000000000002487e296317ebd4e25980e7fa4270b101dd3bf5806cbe9e 1.00 MB 1,354 243
458,275 458,275 00000000000000000178a69afdf85b81f4cabcccedad62bfbed27437fdc37ca6 1.00 MB 2,332 163
458,274 458,274 00000000000000000177c44c4ae53bb0a308603982b8080f08f50be82551fd87 1.00 MB 2,280 194
458,273 458,273 00000000000000000185cb3124af26dae216bd14810826e9847d6e82a2a4ff44 0.00 MB 1 0
458,272 458,272 000000000000000000b27db8f66563c7366d6ce26be24dbf1139b8cc28a97299 1.00 MB 2,104 202
458,271 458,271 00000000000000000207623ff1df46954110b35ab628093f2e44518f3ba97f3c 1.00 MB 2,517 221
458,270 458,270 00000000000000000006f9ab57c3a0706f63354495480fdbb3b50979c9c0d5a4 1.00 MB 1,379 96
458,269 458,269 000000000000000002350f6127daf295e8950daf932f1cd9d1edc07ef1f5c8b0 1.00 MB 1,365 105
Previous 10 blocks ↓
Total Size: 769.16 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.69 GB sent, 93.66 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.