Memory Pool Memory Pool Refreshing

8,466 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,731 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (429,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,765 478,765 000000000000000000e378dec4125b8d6cab70fb8cd1ac322dbc2412ab052d2b 1.00 MB 1,629 98
478,764 478,764 000000000000000000d5cb87c7bbbb6dac14ca5d1fd397c621ae8f941b1500d8 1.00 MB 1,463 143
478,763 478,763 000000000000000000b4bff486bd8210a9db5ee4b3e8efb0170d296f11cce56c 0.99 MB 1,371 152
478,762 478,762 0000000000000000013b061b122ac7c84e3fb81ca6c62554ae4e2aea3b26e30e 1.00 MB 2,137 165
478,761 478,761 0000000000000000005435887388abccffb3a282c994c986d6a893cd8a0f94bc 0.97 MB 1,458 92
478,760 478,760 00000000000000000073aab9e432a534e95746b51b328558da7a47e97d355de2 1.00 MB 2,368 214
478,759 478,759 000000000000000000bef2e6f317280676008c048317cf616e03d0b12df45c07 1.00 MB 1,651 81
478,758 478,758 0000000000000000013f6c4a8d3802b4888f801fe7062b08399bdb33c0b0d7ae 0.71 MB 1,155 70
478,757 478,757 0000000000000000012c536a96df0f692875a9134837646a8ab1b549e258aff5 1.00 MB 1,751 81
478,756 478,756 000000000000000000d89dd5b13eb2677664f8d25a96f60c7cb9f24b433c66ea 1.00 MB 1,181 43
478,755 478,755 0000000000000000009d25ca5454ce0599d76fa0bb9831002bceeecb6a042504 1.00 MB 1,632 98
478,754 478,754 000000000000000000877388154bc8fc524f4d911e505ad649e79b458ce04106 1.00 MB 2,145 110
478,753 478,753 0000000000000000010f918801f45a6802ba456cc3bc8e259b36e4af75051302 1.00 MB 2,332 73
478,752 478,752 00000000000000000140b6506e6fc97cc75aab70f910f459ae88b329f1c93d96 1.00 MB 1,881 156
478,751 478,751 000000000000000000f6e02f4fc0989ae94ec1d611dc01a940938346b47ad53a 1.00 MB 2,123 130
478,750 478,750 000000000000000000410c41fcfdbe71b012188039020dd05fec33bfa9681892 1.00 MB 1,963 169
478,749 478,749 0000000000000000013bd3921379adf4a025f5c14c46d172770823bc7f22bc38 1.00 MB 2,466 189
478,748 478,748 0000000000000000008902c6990727b5ec2d54f950bce9403a6a7b87522f0e56 1.00 MB 1,493 31
478,747 478,747 000000000000000000f3b880603e31d3d5b30e74deaa9163a3da46b1d13df50e 1.00 MB 2,040 55
478,746 478,746 000000000000000000de05ab30abca681da2707e632fc4de1f68dc05ff16add3 1.00 MB 1,728 73
478,745 478,745 00000000000000000022adcc7541ccba456e40ee3effdb08ffa5950124413f34 1.00 MB 2,555 125
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.23 GB sent, 94.21 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.