Memory Pool Memory Pool Refreshing

17,615 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (752,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,007 155,007 0000000000000439b06038f4544efe5c789b81d0164c2fa987092df9991d1ebb 0.00 MB 7 27
155,006 155,006 0000000000000b1d3ed57aab0f08d01f41d90814980b52780b5328d12e3b8758 0.02 MB 53 104
155,005 155,005 0000000000000dc2e1b41b91aa36ca7010700742629a1d47bdabb47a0914bc0f 0.03 MB 80 66
155,004 155,004 0000000000000354b9e7ef187b513a5bdc2d4acfc3b15a101558dddcaed04824 0.01 MB 10 15
155,003 155,003 00000000000001d91a34b4315f85a9f2d36b438217c086a1fc3f4641c744f2eb 0.05 MB 140 0
155,002 155,002 00000000000004aa2ffd942027f102dfba3cf5f73d655b11dfae31de72d7c963 0.05 MB 81 59
155,001 155,001 000000000000058ce3754a0dd5a37013d82e9cda5f8699a90e5dab3942b32b93 0.04 MB 95 45
155,000 155,000 0000000000000984d00c9f2d51e6ad2b601b7b1df06deadbf62be24e49b8f486 0.03 MB 90 9
154,999 154,999 0000000000000ad39e64fbdd4f5323b6f1989826b4f1a2f03c15fd04714d2b59 0.01 MB 28 100
154,998 154,998 000000000000023a1d4a705ad29cd3e89373891dc3c40d4e0c98ec6ebddfc32c 0.00 MB 9 0
154,997 154,997 000000000000018178088b9ce7d9bad8742dd81534d1be45fee508c6ef01c988 0.03 MB 73 100
154,996 154,996 0000000000000baff53c26d0338141151e79b2b84ba02f7a4462d3ddf8283865 0.02 MB 50 38
154,995 154,995 00000000000007f5604d0331445af95a867d5b9f890307f1ebb90935e7ce82b4 0.03 MB 63 475
154,994 154,994 000000000000089f1c6c9a90e09779badeb81383782e541fdd186ea928322187 0.02 MB 34 65
154,993 154,993 0000000000000e07240cec6d7e8301a6ffce4bd168dd619cf704fad48feb7834 0.02 MB 36 23
154,992 154,992 00000000000001642aa145ec05b2862c70ac212e9891f5ca46b34e082d325354 0.02 MB 77 323
154,991 154,991 0000000000000731687114fcdc748d554c056338cb9035ea6249275583e35168 0.00 MB 2 193
154,990 154,990 00000000000002388539cc8d0775bfe0b5d5d46b5c7ee4b63fb202e4e4bc7bc5 0.00 MB 12 15
154,989 154,989 00000000000009b28790475585d3e483176b0bc0f9d19a7c1fe12dfb20522fb5 0.01 MB 45 8
154,988 154,988 00000000000003941f778225c2d0d0027eec8f878aad24484c52258e6151b8b0 0.00 MB 1 0
154,987 154,987 00000000000007a1d8e8545e1b39e752ba54519b210038178e64d4af05d7f867 0.03 MB 71 179
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.