Memory Pool Memory Pool Refreshing

3,464 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 3,442 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (303,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
603,793 603,793 000000000000000000152919595a6dabe315b76d6ed6789c94842703c7dd365f 1.25 MB 3,343 17
603,792 603,792 000000000000000000097feff8cbd9601ef8d4d4cc23396458d04bcbe08c14e0 1.31 MB 3,177 33
603,791 603,791 00000000000000000010107cd2993714a4edcc72a2767cf1b0e814cfe6709f6d 1.23 MB 3,073 16
603,790 603,790 0000000000000000000b2a1ae691f228964258244b8e273ea8c51158559dad19 1.31 MB 2,511 20
603,789 603,789 00000000000000000003c621bc55eb76dfeb3943ca61fc01bf0f3aa211badb21 1.36 MB 3,163 35
603,788 603,788 000000000000000000137614a24b49576dc5d16ef44a49c01f0d4152d2063bc0 1.45 MB 2,114 17
603,787 603,787 000000000000000000045cb46138cc46ed1493de09a72c839d4f443d8ca3af92 1.29 MB 1,986 4
603,786 603,786 0000000000000000000f8fdfd0c7e6a4f50f09c5af91582673a3ce1fca7f0e53 1.04 MB 2,825 4
603,785 603,785 000000000000000000075b57bfa7be199f052bb8682f1706f29039f07ea26804 1.32 MB 2,443 27
603,784 603,784 0000000000000000000322eb01964032509d4b69228318f7ac7718f46b17c96f 1.30 MB 2,941 32
603,783 603,783 00000000000000000010aea0968c7ff781716411868e0c289d2348e2b40b3a26 1.34 MB 3,017 25
603,782 603,782 00000000000000000011718f62124db6ece77ad7a99296a509b31be15a642031 1.28 MB 3,106 38
603,781 603,781 0000000000000000000e57cbf6eb5969cbaae13a3ccb153ce7bd80c1337426a2 1.16 MB 2,675 14
603,780 603,780 0000000000000000000fafc6f0863cd06b07346748f40979f8a2d00cede8bad3 1.35 MB 2,877 13
603,779 603,779 0000000000000000000b9d3d5fc41ec5f2d516e444800447c56596d5c0b32ee9 1.34 MB 2,294 29
603,778 603,778 00000000000000000013726ed52c9b1f5309f28a08160e8b3d790eb153fbeb0f 1.31 MB 3,255 34
603,777 603,777 0000000000000000000e9d983964583ec394032b14bcc5589337e155409b105b 1.38 MB 2,774 41
603,776 603,776 0000000000000000000881cd7636342a1b0c19fb4ddd3e81308101a4bff74774 0.89 MB 2,259 23
603,775 603,775 000000000000000000102e306d5a64d20a5fc8c5f062f44175debc7dd6261f10 1.25 MB 2,971 20
603,774 603,774 0000000000000000000f427c944b93e2d89a11b3db97ae02435b5f1adb52fd61 1.26 MB 3,134 25
603,773 603,773 00000000000000000000a93c586be061952ec2baf57ef6b1b30c8621cb4ba432 1.29 MB 3,438 21
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.