Memory Pool Memory Pool Refreshing

4,411 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,419 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (754,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,446 153,446 00000000000003b6170b1ce399fa9adc02bc28547038730f0c20a03ccf331855 0.00 MB 7 57
153,445 153,445 0000000000000364aa76a4649c4c9a5645f672ea216ff21b892d12bbc1be114c 0.02 MB 18 0
153,444 153,444 0000000000000b6ad4b2c9f5b76591fa7eb97d27b8526b72a44703e8e211569f 0.02 MB 15 70
153,443 153,443 000000000000061d7fb5d0d38106effa3d681c9b21f7b86ff1002d6d35267142 0.05 MB 133 50
153,442 153,442 00000000000008704cc92b9ce15a5b597eaa7e115dd0c8e836ca881201ac868b 0.00 MB 12 14
153,441 153,441 00000000000002cb6220de37700d6a7bd7e21bc8b957bb4e93de4fea9bb48562 0.00 MB 7 13
153,440 153,440 0000000000000452aaa0a91a9ce6e080eb85e80a223ea1ffd8dadec4f909f53d 0.00 MB 16 115
153,439 153,439 000000000000019c71da6b3cad16f9ab04171700472e45a85ce90ef7ebcf8a43 0.03 MB 41 468
153,438 153,438 00000000000003ce9f113fb309a5f8984896b8d71152469b9750fc4b30fe450a 0.01 MB 14 21
153,437 153,437 0000000000000d619637d288f236226b3d8493b317ea732fa8ea0a60d7c2e1b0 0.02 MB 38 50
153,436 153,436 000000000000025b96b81b8c494a7d5d3f9b5601a43e30509bbae238491fbb47 0.00 MB 13 0
153,435 153,435 0000000000000c68cbad91375caf246e8a09ea6b98072f99ba9cf7166c36d0eb 0.02 MB 50 20
153,434 153,434 0000000000000675931ca1db00cbc4472e3cf76c13b75d54384166621361e983 0.00 MB 3 141
153,433 153,433 0000000000000c5b1bef06ea940ca29ed6cda4b57b190a54fbab0f0783f13767 0.00 MB 1 0
153,432 153,432 00000000000002b8743fca510fa47797c2c77115ba50e02fbd51234cff8eec65 0.00 MB 5 35
153,431 153,431 00000000000008837991188030099c4b5103bef5a3d13932786cb2e87f5be718 0.13 MB 26 51
153,430 153,430 000000000000023ff01c814bf4ab05ab7e7d4b020870af1fff5adcfc81cf5939 0.01 MB 36 93
153,429 153,429 0000000000000cdc7fc23148bf9ff0db7c25fc85897180b861db69d21eb6652d 0.02 MB 83 48
153,428 153,428 00000000000007bd0a0cb3979e18e3ed9266a88b8a282a4f1a0227b157ab4390 0.03 MB 57 110
153,427 153,427 0000000000000634c1d0ef38e7800b0f9deb40b257faa81a492a2dbf843bebe6 0.05 MB 100 72
153,426 153,426 0000000000000130bcc614597582dd790df84e21e04bfb1d6b262214a8f87abf 0.00 MB 15 53
Previous 10 blocks ↓
Total Size: 769.21 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.47 GB sent, 93.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.