Memory Pool Memory Pool Refreshing

2,640 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,979 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,978 (759,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,741 148,741 000000000000084487976c3aca7c8a02855cd57315cc638a4ed24051355832f6 0.01 MB 31 144
148,740 148,740 00000000000003eb43fb71727f8ee570c0d4432597e96da77337ed7f8ea77370 0.00 MB 18 73
148,739 148,739 000000000000075731b902c54dad933375b173cee5518c285b8df1e900f416c2 0.02 MB 69 149
148,738 148,738 00000000000008c9987b2a45ff4203f1e0fb0bb986c623ecc7c9d04c630b2c4d 0.03 MB 73 195
148,737 148,737 0000000000000581b90bfe305bf6ef42b0cc357cafe028ad26897c826f9732dd 0.05 MB 133 115
148,736 148,736 00000000000000c2c6207362ee1703e48d90bc1b390a8d1ffe8acfff891e22e8 0.00 MB 7 18
148,735 148,735 00000000000007277e8af3a1aebdd4ea655a3f03a6f0e3c9f9e3230268bd2888 0.01 MB 16 643
148,734 148,734 00000000000003ac4e23b600e633f0222462c71c428de3c0d9aa39b3352e12b6 0.04 MB 89 219
148,733 148,733 000000000000055a165e49e80b04a7b5df29bedd7bdb23fec6d5d42052d3ad86 0.01 MB 38 246
148,732 148,732 00000000000004578ddfdb1dc83c6f9fbb1f44e62980e05c06ffa3835233ed1e 0.01 MB 17 159
148,731 148,731 00000000000004845293191b76a67b8ef5ea3601959e009c3ecf122877076e88 0.00 MB 7 99
148,730 148,730 000000000000076796cd2112af838cf308bff57b2e25d8190a3d7593d07a9514 0.02 MB 61 159
148,729 148,729 000000000000094d61a29730e2c56d2d181cfa565176628ed9a0296ba1417558 0.02 MB 58 32
148,728 148,728 000000000000063f7367cf42e03274b5b43a27d901f139e1270cf7689bb73dff 0.01 MB 36 433
148,727 148,727 000000000000070bbaeee37000be633f609c85de8c3f152a0f479b44e401d40f 0.00 MB 5 562
148,726 148,726 00000000000002025ac4309d5a95b803b426adfd55f4cd7c153df1aa6fd114f2 0.00 MB 7 56
148,725 148,725 000000000000055f1457b92497a3357f073b81ee73951f9fc06d97e63505ba70 0.00 MB 13 95
148,724 148,724 00000000000005e5ed8e05a5a314292f4af3e422b060e7d5d263f5e87fc5a909 0.01 MB 24 250
148,723 148,723 00000000000001b1199846bcd3432875d131d140908f5ce547e882c7203435eb 0.00 MB 6 38
148,722 148,722 00000000000006098364951d45eb433bdd8f37e44a7f41120d175af55bc1e132 0.02 MB 16 94
148,721 148,721 0000000000000646fd5b01d810bbfcc8442c5aae58442940567e9f2c86abd0c3 0.02 MB 30 106
Previous 10 blocks ↓
Total Size: 769.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,647.07 GB sent, 95.46 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.