Memory Pool Memory Pool Refreshing

797 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,379 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 774 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,378 (843,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,907 64,907 0000000005ff2148871efeb971dbedb9da04bfc139fa0e489bf402a999cca01e 0.00 MB 2 0
64,906 64,906 00000000004d1b117703a50058e7edc96fb59fd0f657415a07892bec8baefafe 0.00 MB 1 0
64,905 64,905 000000000070253c52a18d88d686183528c2450475cb2f4c9b9979d8403ba788 0.00 MB 1 0
64,904 64,904 000000000754d195eb4f2737db018fae860dfa044940ff1b809027aa778dc9ce 0.00 MB 2 0
64,903 64,903 000000000aa3eb153872ef2a9ae9a0f3d0bd80d38e8c9b5354908126981b0ae9 0.00 MB 2 0
64,902 64,902 00000000073cb39c39fd9aef1dd2dc25d69344aabeb5bc5f6400b0f2de06eb22 0.00 MB 5 0
64,901 64,901 0000000003f65263b38b5169cc2560ea24e562042eb7391f323835d6a33d2ac3 0.00 MB 1 0
64,900 64,900 00000000013d9c4f6dc5c9ed6d81d4805e0219d360eb4d007e99d00fc4f71340 0.00 MB 3 0
64,899 64,899 00000000022b78137250a4552c4440be0cec5c4c799b6af63ed56cee14c01463 0.00 MB 1 0
64,898 64,898 0000000008f171b9d7114749cd83aac3859d0e431780765cb99ade06467db26e 0.00 MB 1 0
64,897 64,897 0000000007af2621c35d9cc7247deebb161478770d8a1a89c9f1e9ac5cb2a414 0.00 MB 1 0
64,896 64,896 00000000005f84b7c68a9294a60186b3915d0687898efc20b389723ff29d029b 0.00 MB 1 0
64,895 64,895 0000000008edeb4feba6122f7a2b7e0e8c3885b620d37c7fcfc0eb832c33844f 0.00 MB 1 0
64,894 64,894 0000000007d4bc21ddfad4a0274fbf80048e0b6f5f89c0c9ae511113ae07ab61 0.00 MB 1 0
64,893 64,893 0000000003e2e1712f6d277409704b2f89b0497e995fe699d4317af87c2d9e8b 0.00 MB 13 0
64,892 64,892 00000000025bd5914e891a65ece3ad963da995a261efe0698fe129d04c1c0316 0.00 MB 2 0
64,891 64,891 00000000098ed1bcd7a47ff66caebe2eece74ded672f4f433dc6e9b35c882b60 0.00 MB 2 0
64,890 64,890 0000000003f16e20570c8b4d74f5ace3be6d1f645aaa5d7ee6197cd079153102 0.00 MB 1 0
64,889 64,889 0000000007ad5cf1878cb2b6ad95471f10e5434a392de34f70402af4754f4844 0.00 MB 3 0
64,888 64,888 0000000003070bab1bfc5ba68c373ea2450f686ad6091605fdff2599a0d2b11e 0.00 MB 1 0
64,887 64,887 0000000006dfb54008112bd667b435fa652f7bf7660340f065efdb769de2e941 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.39 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,703.47 GB sent, 99.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.