Memory Pool Memory Pool Refreshing

3,829 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (752,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,012 155,012 0000000000000ba3a2fa1650c895755b92bcb4455f5fd4fc5b47220dc88cb185 0.01 MB 10 910
155,011 155,011 00000000000002b73db516842ff0cd0a43407e81d020347fcd0d35766ea6543f 0.03 MB 73 73
155,010 155,010 000000000000007e071cbb4b6c572a050fe74c709cac58c9d673d08869261b4c 0.01 MB 39 85
155,009 155,009 000000000000061d8a675d4db1196bb36386f5e653d3343586288bef92556507 0.00 MB 5 561
155,008 155,008 0000000000000a0202db5881097e244ea11d731439ff5db2d30516389b2ee6bc 0.00 MB 4 1,338
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
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.39 GB sent, 94.28 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.