Memory Pool Memory Pool Refreshing

7,546 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,365 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (5,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,826 902,826 000000000000000000019979aff109729b2861e79f3c7d4ccb10a870e30ab8ac 1.77 MB 4,361 1
902,825 902,825 000000000000000000002f108250b8b4e1110ea2891084838f813fd321d24b0c 1.40 MB 1,577 2
902,824 902,824 00000000000000000000231cc1a6aef31b14c4b4740bbc863ccd3860ec1273f4 1.63 MB 3,327 3
902,823 902,823 00000000000000000000149a0b597997f7580964cfdc6db7e6f07b8f9d6a25e4 1.54 MB 3,745 10
902,822 902,822 00000000000000000000dc274c238fa89bdf35bc11868403e6f264dd3cf4d266 1.43 MB 2,165 2
902,821 902,821 00000000000000000000a641d6472607da384012865f62a13a7cb0d9e052ae51 1.57 MB 3,733 5
902,820 902,820 00000000000000000000e262378d7995174fb01fd86b8a3ad48931d42ba1796a 1.64 MB 3,906 2
902,819 902,819 000000000000000000015495b4152bb29edaf7bcb8ad244075129c912d464e13 1.52 MB 3,414 3
902,818 902,818 00000000000000000001b84ec25a48833aa9690cb460057656ca0bf01f517e10 1.81 MB 5,091 1
902,817 902,817 0000000000000000000074f60d1d191df6e9a27c4bba19e603dbbf4077fa49c1 1.58 MB 3,220 3
902,816 902,816 0000000000000000000123559323dcbbd91b497d9cbb689412051061a104c8cb 1.75 MB 4,162 1
902,815 902,815 00000000000000000001b0879bf7d28ac142b57a21aa18e22f0d802e8d6e6714 1.52 MB 2,637 3
902,814 902,814 000000000000000000005186172b2391f91b3c14bdf3f1a3453636c782dcb266 1.59 MB 2,350 3
902,813 902,813 00000000000000000001fa58c6568c8cd538da333ab7bc029d29e11b5c47dab1 1.37 MB 1,723 3
902,812 902,812 000000000000000000023353e836453b6e466cde30c9239d0bfe7ddd66026caf 1.53 MB 3,172 4
902,811 902,811 0000000000000000000237b16189d0d70c40b06fb17d2ba36187bac97f55004d 1.54 MB 3,795 4
902,810 902,810 0000000000000000000180924ed5328277133ac6f43bd8704094d948b39024be 1.51 MB 3,088 1
902,809 902,809 0000000000000000000064ab31451914de843cd2b2d249ee5c0b3dfc7336db4d 1.58 MB 3,296 5
902,808 902,808 00000000000000000001804c7b157f02fee8e267d717bd70451dcfdddde218cf 1.62 MB 2,773 2
902,807 902,807 000000000000000000019809e3aeb76ddbbaa2cbebe3cfd2d87f3b6e596c8acb 1.73 MB 3,993 1
902,806 902,806 0000000000000000000194405cf767c9b2e475457d76efa5d6e8da0cb2eea8dc 1.66 MB 4,069 2
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.20 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.