Memory Pool Memory Pool Refreshing

4,856 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (476,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,859 430,859 000000000000000003a4f739899f923f0ba263307bfcb0c190e57e75882f40b5 0.89 MB 2,252 65
430,858 430,858 000000000000000000cf483fb3a0984b9bd46268130cfe0b6fd969c1d911eaba 0.66 MB 1,364 51
430,857 430,857 000000000000000002767ef4474549573de208d1ee944706f60b712211e40f2d 0.96 MB 2,384 61
430,856 430,856 000000000000000000a2fad57a0eefe556f1d159f534d334a8d2bd02c22b1356 1.00 MB 299 11
430,855 430,855 0000000000000000035ccf73e0d425ca0b6afcf2a7ab96a368ec1742f4b01393 0.98 MB 1,724 45
430,854 430,854 000000000000000004d9d75f8e118facbbec5172bda6545368825d1d50d5e25c 0.96 MB 2,342 60
430,853 430,853 000000000000000002c1195f661098cfa7043471bb2650d38360a13b7570195a 0.88 MB 2,247 64
430,852 430,852 000000000000000001803a7d9647a73020e362f87ac6d9746d69fd153c0025df 0.05 MB 120 58
430,851 430,851 00000000000000000366b13a352c2b6f648061d508438f6c39ab220e4d6d988f 0.71 MB 1,483 48
430,850 430,850 0000000000000000002aa46a51980ee9302e3a72f67864bb9cbf2f7b266ac988 1.00 MB 2,617 82
430,849 430,849 0000000000000000001f296b37c0d2b2baa06ee6c5ccaf902c313cfbfb75566a 0.23 MB 355 31
430,848 430,848 000000000000000003c0eab653c9dd8fc6126a5f966ab6447478c5977b7917cb 1.00 MB 2,446 71
430,847 430,847 000000000000000001976c44e8d5a99988100e510bff80fc9e159929d8b7806d 1.00 MB 1,110 27
430,846 430,846 000000000000000000a29c42a77bb5ad704aee63cdd6b41517d92d18436a85b7 0.00 MB 1 0
430,845 430,845 000000000000000002bda3cbf467251198f8b77946f081886e88c356a5bc8d57 1.00 MB 1,527 49
430,844 430,844 000000000000000004894176e60c3e71c7b8d7fbec1c6e3905b77ce3397964d5 1.00 MB 2,617 55
430,843 430,843 000000000000000002b23e130e93a47f21dda286e45db9899806a09384467e3c 1.00 MB 2,992 93
430,842 430,842 0000000000000000008647f2bb1a5e8defacfbe3e3d6507c1c2115e84930efa6 0.49 MB 777 45
430,841 430,841 000000000000000000b6e997ec206d8baa58d828d2da70645de3f74a31350deb 1.00 MB 2,033 54
430,840 430,840 0000000000000000024c52be2485d96ba66d7de15fee47e07351acce5ae97f9e 1.00 MB 2,898 84
430,839 430,839 000000000000000001fca1270724b82b25413c903f4a47276b8f2ba24914e533 0.77 MB 1,840 60
Previous 10 blocks ↓
Total Size: 768.98 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,615.73 GB sent, 92.69 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.