Memory Pool Memory Pool Refreshing

5,553 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,675 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (564,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,901 342,901 00000000000000000ade09799867671b97600181127ce987145192c79fb99109 0.75 MB 780 21
342,900 342,900 00000000000000000650381dd1f73e036c6a61516b32d1a938782171b3f7a3c9 1.00 MB 1,999 28
342,899 342,899 0000000000000000167c802a22d1f754c9a672fd762741caf8edac6d269c6477 0.75 MB 2,063 35
342,898 342,898 0000000000000000065d5414da0d77bb9b979fefeff50d71ade3505127c411ef 0.39 MB 728 23
342,897 342,897 000000000000000015cdddf7d6d4d5453e2b7a650d6ea1a6505174978b1daca6 0.28 MB 394 15
342,896 342,896 00000000000000000b1a63c0c2a108fc561f76279a8f4b3f6550e88679302799 0.00 MB 1 0
342,895 342,895 000000000000000018702230cb0f17e8b1fa6fb0ac53a9d08524034d1d0b51a6 0.75 MB 696 13
342,894 342,894 000000000000000003b383d6c6c0f51c52ce61189f0b7b814e4499d511dcbe9f 1.00 MB 1,165 18
342,893 342,893 00000000000000000bcf6a987ec794e81c7474a9c54237443d3d6df527a5749b 1.00 MB 1,505 22
342,892 342,892 000000000000000001eab012bb67c1750e41bcd96c7543cf022921dfd94a598c 1.00 MB 976 19
342,891 342,891 0000000000000000160094ee20f46dde4d2794bb4888a09a5d26513a8c84d0e5 0.75 MB 824 17
342,890 342,890 00000000000000000061a9923307778626a75b5a489fcff18a44d2582e71ae97 0.75 MB 1,272 20
342,889 342,889 00000000000000000fbdace44ae3f14094384cd94954453f849b9bdecea3149b 0.31 MB 1,024 42
342,888 342,888 00000000000000001615b1b6be909d4715ae09484575995bd95982010439fad9 0.75 MB 2,030 41
342,887 342,887 000000000000000001e0a18d909464271d07afc623b24a36a62c0485a30de1f5 0.75 MB 2,077 37
342,886 342,886 0000000000000000130b8b4e0b0b701ec5d023262b08935c675cfc58119c38b0 0.35 MB 1,336 47
342,885 342,885 0000000000000000129a93abff4a68b608af15209912e095c1a66b7e28a70551 0.32 MB 900 42
342,884 342,884 00000000000000000af434f62411b4107b17c5bf918738532f1d6b264f9ae25a 0.75 MB 2,011 34
342,883 342,883 00000000000000001154ce79482e659d2293a8af1cef6dffafc30c4d0cd926b0 0.27 MB 1,024 56
342,882 342,882 000000000000000009b36694e38ef10f5cda9f5edd3bb62e1ca8597d1207abf7 0.40 MB 565 22
342,881 342,881 00000000000000000666ca08fa5fc4e1414eca810af22de428820ffb358f4721 0.09 MB 161 17
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.