Memory Pool Memory Pool Refreshing

12,245 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (10,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,924 896,924 000000000000000000004b646a6a0666ba5135c563d63c8af212bd6acbcc71c4 1.36 MB 3,113 5
896,923 896,923 00000000000000000000b6a9772de31fa8de67e06447172004aa6f46c00bc649 1.45 MB 1,986 3
896,922 896,922 00000000000000000000f6155a5460b0c33d3e0259cfbf1f4c0abe7160adac32 1.64 MB 1,773 3
896,921 896,921 00000000000000000001197f280e22fa71087e4e8407d894cfa98acf148c884c 1.64 MB 2,817 3
896,920 896,920 000000000000000000001fe81603391311fd165f6a92d4d259a0b9ec0bce175e 1.60 MB 3,824 1
896,919 896,919 00000000000000000001c27d1ab82df8a4c7272b0ed03b2d8f02eebcea57dcc8 1.55 MB 2,218 4
896,918 896,918 000000000000000000025c750d9d6bf63463df22ad4fdee9257d633eaf6904d4 1.47 MB 1,984 4
896,917 896,917 000000000000000000007864fb3b82aba3262e00bf41e590b50629ac78496abd 1.34 MB 2,121 3
896,916 896,916 000000000000000000016ca0ef44a5f05849a3bd0724a99c031fb3de1b4406ee 1.49 MB 2,462 7
896,915 896,915 000000000000000000024ba30824875f0bd61cfa159347e5323b622e8bcc3d22 1.16 MB 2,573 2
896,914 896,914 00000000000000000002153e430e7a652121a14f2cdcd95d85f9f1b26f226564 1.25 MB 3,736 2
896,913 896,913 00000000000000000000595c2b70c64bdd6215de9c5c7b7fa4ffb45071efdb75 1.43 MB 3,386 1
896,912 896,912 00000000000000000000d995e013fb3084fe8b8c019e04a8c7d13bf1a9f31d1b 1.50 MB 4,309 3
896,911 896,911 00000000000000000001b3941b275e1f8cbd91cbf41d4fb2caafea40697c2a28 1.40 MB 2,259 6
896,910 896,910 0000000000000000000210eaeaebfdb713895d08f9aaf6d0e53505946e8a1b7e 1.67 MB 2,041 2
896,909 896,909 000000000000000000001e43744cda5486a784fe4ffd28412d22dea5673fef54 1.37 MB 2,415 4
896,908 896,908 00000000000000000000aa8bc4bd636f96125e9bc6c2e45eaae6aaeba5c0a325 0.75 MB 1,309 3
896,907 896,907 00000000000000000001f083c5a37c466167f9c6f6ffe4e4accdad6d922e75cb 1.55 MB 2,415 2
896,906 896,906 00000000000000000002505c8dc583f763885df67dd6d7818179cbc9b50c1309 0.64 MB 1,168 3
896,905 896,905 00000000000000000001ce0edf577630487e0a2b0eed47fcfe9d30cb22bbfa62 0.62 MB 1,663 2
896,904 896,904 0000000000000000000095b9069904ae9ec9a038472cdcdf663d7c0241172e14 0.54 MB 806 7
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.