Memory Pool Memory Pool Refreshing

775 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 775 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (513,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
394,489 394,489 0000000000000000063f7a05046c987de3f752cd3fdb570cf1fd2dc973bfdf3a 0.75 MB 1,538 47
394,488 394,488 0000000000000000035689ce809b2b342e79cd90728e42e430f7416a931ee83f 0.46 MB 489 21
394,487 394,487 0000000000000000014e7f618e1ff25e39920225da532795f55b68d801dc1e30 1.00 MB 2,458 47
394,486 394,486 0000000000000000096085e900759631eb87e52f3264c9bf7ed5daf6447e8866 0.93 MB 309 7
394,485 394,485 0000000000000000003872f3d61bde1605344bae31f3ade5e40f0d0051f8d85a 0.91 MB 776 15
394,484 394,484 0000000000000000042cbbe58f5e13ea202a0562f203260e925a0406bb5df4f9 0.95 MB 1,432 37
394,483 394,483 0000000000000000066d40e4a4d53b7394f5ad360c63309f1d4ecddc64c63507 0.93 MB 2,153 46
394,482 394,482 000000000000000005019fee9c323a97957dd4a787b4e30bd6ddd14db001d7cc 0.95 MB 1,880 36
394,481 394,481 000000000000000007fdc4253eac7bc97196707947ce4da7453cf1cc3436a925 0.99 MB 984 24
394,480 394,480 00000000000000000418b88100ae76664fb6ebff0255fb98f3288aaee73aef82 0.75 MB 1,803 50
394,479 394,479 00000000000000000542bb2230fb9087dec20b641ca9636a17a6780448edc2b6 0.95 MB 994 18
394,478 394,478 000000000000000004ed00199059a116f9e1dc3a820372d3e74eb6ac7f3297c1 0.93 MB 1,084 23
394,477 394,477 000000000000000004608fcb0fa05cc9890b7b235c11ea0a1c802f4e09deb257 0.00 MB 1 0
394,476 394,476 0000000000000000080330414615356ebe99028d607c184c07584c9d6ded2cac 1.00 MB 1,390 24
394,475 394,475 000000000000000006358fc73ac34150e120c6914d2f9b2e1cc1d108bd3747bd 0.00 MB 1 0
394,474 394,474 0000000000000000065796f3b8c97c8928e4799c47cb5940fcf3d85a06fa3d82 0.09 MB 107 18
394,473 394,473 00000000000000000875a9e4836e41264000f40423ea4112e3395586406e33c1 0.95 MB 1,833 31
394,472 394,472 000000000000000000e97f4c2cbb6fffff731a116dab6f0560ce163572f101aa 0.93 MB 2,790 69
394,471 394,471 0000000000000000056018ef1620bebbc7c817c178e684e5f268ffc9d0b2c83f 1.00 MB 1,993 32
394,470 394,470 00000000000000000028a9fb3048cff1ab6b52812bbc827febe0bd588b3166fa 0.99 MB 3,133 66
394,469 394,469 000000000000000007576a6df5a7f409bf06f26755e04b70eeb5b5c7f53d7eee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.05 GB sent, 93.22 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.