Memory Pool Memory Pool Refreshing

1,005 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 988 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (844,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,799 63,799 00000000055e1a3ec7c5bc87f0f8b4568fbb401b94231c43fd0d270069f150c2 0.00 MB 1 0
63,798 63,798 0000000009078d218b30b6b72dcc3da3d28213d7992f0ae13d451881111ebae5 0.00 MB 1 0
63,797 63,797 00000000058d5b908abcc3f922e0879049d7dc20ae1829f17813ff9f095fdaca 0.00 MB 1 0
63,796 63,796 0000000004d947c215a8acb3ac3b8e6eb11e61a8008963f969e24a1b30c2a97a 0.00 MB 1 0
63,795 63,795 0000000004bb466d6e47deb8eba24fd7927789a1b609445af9d75b92750d2645 0.00 MB 2 0
63,794 63,794 000000000bccee0d2f784e87b4d256b6820c150ffd665f954d57f838d9ee079f 0.00 MB 1 0
63,793 63,793 000000000cbff3255e05fa5cb0402fece43374c88269f7b604ca107d6ad7abb0 0.00 MB 1 0
63,792 63,792 000000000790f22a9365e210a0a4c8c19d2ce266b3bc36807d91baa5b2c1fd2e 0.00 MB 2 0
63,791 63,791 000000000a0890d6d66d0cb837933e12f45227c6a8dbfd33f8cb1caeaf1111ee 0.00 MB 1 0
63,790 63,790 0000000007fc2dda562333cd2208ea527dd0d68998667b843ed0fa0f17d50162 0.00 MB 1 0
63,789 63,789 000000000662c07e1eec572602715ed0c82a10c2f658620308163a31864af065 0.00 MB 3 0
63,788 63,788 0000000007c2cc94ef27c0b27b7ca6ec33f5a706532bf737c6e857d2f8d31eaa 0.00 MB 1 0
63,787 63,787 0000000000a07856f60d849ac3f2567ec8aa38e58de7a0a0dc211ce088a33fc0 0.00 MB 1 0
63,786 63,786 0000000007394250f22c0b9246b93a7632ff97eac8b6f148b6200ed19efacb7c 0.00 MB 1 0
63,785 63,785 0000000006ee3ab02cf5a30ad481452d9fb5056d58ee172c797a235f5bd1a871 0.00 MB 1 0
63,784 63,784 000000000537b9715208ad243962f549104b680fc1c4cb6904350587a4e8e7bc 0.00 MB 3 0
63,783 63,783 000000000c79461a4720e1ffc9a871753245ec1ab4512d2e0b7f34b603f572df 0.00 MB 1 0
63,782 63,782 000000000971b24a040d5891ef041d54104c41398d3e4a70fb8bb8c53769205f 0.00 MB 2 0
63,781 63,781 00000000056075458f90ae9654d76d060764cd1251cb7c5ce521266561ab0e8e 0.00 MB 1 0
63,780 63,780 0000000004f54a790973457f5fcb4f90e7ab7dde6e046f50c8ee91722b2054de 0.00 MB 1 0
63,779 63,779 0000000003506af3a0a8d393c2740568033abc0f000a984041ef680cd4dde2de 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.