Memory Pool Memory Pool Refreshing

635 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 628 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (780,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,453 127,453 0000000000001c7842cbc4b6f01714936c37936707f55181b26e2d97bec84e1b 0.02 MB 24 260
127,452 127,452 000000000000256522290c8d4c71837230ed6b9541b0715f967aec19830b21d3 0.03 MB 69 89
127,451 127,451 00000000000007038c67aa02ad79145cc13cb6a78823273a924dbcf56e3fe079 0.00 MB 11 0
127,450 127,450 0000000000001492d0b2fbd75f81545f5d1a7c2545d4c2921342848ba0890ab5 0.01 MB 16 442
127,449 127,449 00000000000019eac0ab2bb47e1abcac7b2b6f27ca3f1ebc0fb8d75db9076e32 0.00 MB 4 0
127,448 127,448 000000000000234ae0edaeb71be592ad92d440d7fb92cac46bef83cdbe7dde28 0.02 MB 42 627
127,447 127,447 00000000000001d4d5552943256262bc87344560e6e9d0c2453274e029dd6816 0.00 MB 10 867
127,446 127,446 0000000000001b4d983a5edb63805a097eab46ae14c142abf01d6b245681a535 0.00 MB 4 1,293
127,445 127,445 000000000000266907fddad5cbc11fce393930b0e6c8a294127db5512f104385 0.00 MB 9 1,477
127,444 127,444 000000000000186a223588fd54066c6d0a8a6d5fb7d874b50d6795e285b2e7f6 0.00 MB 1 0
127,443 127,443 000000000000257a1d77d4e8189f9f3adcb15dbaf28616f07a4da9d1f06b1fc0 0.02 MB 61 431
127,442 127,442 0000000000001761881fe492322d408a2e3ce621bb27e4e3cf79ff5bb107c129 0.02 MB 24 598
127,441 127,441 0000000000001489b08d12c26020b9c6bea0003750e6c24519b2c091be5d61c0 0.00 MB 4 2,286
127,440 127,440 0000000000000702a2e1ea008854d573c5c241b5644a3ac1cf2f6cb15ca3d68d 0.00 MB 3 96
127,439 127,439 0000000000002607222791ae591273a53bc80da6cd7538ead1e8190a739d7666 0.07 MB 200 949
127,438 127,438 0000000000002107285c86c21a0a0bde4d34a7eda1a9c29af1271adf6ca0e65e 0.01 MB 13 594
127,437 127,437 0000000000000f14c3407c7b6ea6093340aafe20211a35f0ac7dca60d1c7962d 0.00 MB 7 245
127,436 127,436 000000000000112645ffea21d6e12edeb1b9a09f8f8be4248a7e0e8bc624c43c 0.01 MB 18 383
127,435 127,435 000000000000177ab9d18640b96eb3804afd7421f0529fa4d9fdad4bd403d9a7 0.00 MB 10 1,090
127,434 127,434 00000000000024dded6ae61d3f4ab784295e662010d4df38bbb1ca01521e64fb 0.00 MB 2 0
127,433 127,433 0000000000001373d302c950d98e7172804f2a3728d666200c93f3aee429c51e 0.00 MB 7 593
Previous 10 blocks ↓
Total Size: 769.23 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,634.79 GB sent, 94.08 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.