Memory Pool Memory Pool Refreshing

4,481 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (780,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,353 127,353 0000000000001ae35597c52fca67bc02db30bf2ef81ec09f8b71afedd02d0887 0.04 MB 78 1,593
127,352 127,352 0000000000001b1aa966c214a97bfa17723aa328acd4595d7fa64057ef4c229f 0.02 MB 35 797
127,351 127,351 00000000000015eb95d9640bd3806f94a50e2854034ef8d38486aea216f2f12d 0.05 MB 121 500
127,350 127,350 000000000000111653e2e5171cd44b41ea5342cef6c06b880ccb7a262b02cd07 0.01 MB 36 0
127,349 127,349 00000000000005f8e0c8d6c27aef78113ad7bc764f9b8b0d41295b710eb21006 0.00 MB 13 2,442
127,348 127,348 000000000000233599ce1393b7b2844cb06273c6f314592e1fafa6aa882796a5 0.01 MB 27 741
127,347 127,347 0000000000001160f87ff1ac3cd2f834355204bc42ef018f09847b7451186477 0.02 MB 81 244
127,346 127,346 000000000000178896b37468ba3ceba0be6efef12d7d4396d7dcfecd5d011776 0.01 MB 12 505
127,345 127,345 00000000000024b5c17e444f02c8f63ed7333638a5cc58f4817c47abd9b6dbec 0.02 MB 30 589
127,344 127,344 0000000000000821629ae8f7ce564f5d5a1272922fadcb67b9fa3413ee7d99eb 0.03 MB 106 702
127,343 127,343 0000000000000972a0776bc3a70a009fe0f388c6a3cb4c001d68122cdfd09798 0.01 MB 22 2,126
127,342 127,342 00000000000013a455f86c6a9bc9200d6c28368927c275558012f04288909f54 0.01 MB 24 387
127,341 127,341 0000000000000ff9e322e830d372b24bd674c6ef67b7fdbc60cd867282a76fd3 0.00 MB 14 2,411
127,340 127,340 000000000000051ccd25f8fd73ba3e8c6b5e5240bf7cdfb5f4fa2f8dd2afd9ce 0.01 MB 7 142
127,339 127,339 0000000000001dbe84493d8a4c4e309a9fda7fc44680d4875d153cbedfe4bb4a 0.01 MB 24 1,036
127,338 127,338 000000000000094440c8bade967b539090f94995635aa66216054e894cd2458d 0.10 MB 278 590
127,337 127,337 0000000000000f830cda282c2b5c995e74aa5bfd06de68186675fb07410ec78a 0.01 MB 6 138
127,336 127,336 000000000000071f4f4870344ce274d5fcbf23d325a119f2a1cd8f7025221342 0.01 MB 13 565
127,335 127,335 0000000000001735d8dbc40267045b23cf634cc3e846a51543df9893e9ae7302 0.01 MB 49 1,917
127,334 127,334 00000000000008782e885541216410e5bb06a0fd50965c59cfe71f2877b22d96 0.00 MB 7 130
127,333 127,333 0000000000001ea57431f238a1eb63d7258945c89c74065ee7239f71546a3adf 0.01 MB 17 797
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.