Memory Pool Memory Pool Refreshing

6,813 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,032 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (889,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,870 18,870 0000000060b7ca19a5a8844fb1463051db3722377fd200f90692598a4aacbaf7 0.00 MB 1 0
18,869 18,869 000000002b618b7d66f5a7b80f05d3dce6413c332ae48d60914a937d71365eab 0.00 MB 1 0
18,868 18,868 000000001e8e8a4d9801defdd2ee2e2946ab28b4ea4779335ef503f32c216b1b 0.00 MB 1 0
18,867 18,867 00000000f895dda94b822d36720ce03c35c8613be451ca8478588deb0a091974 0.00 MB 1 0
18,866 18,866 00000000e3c1237def1de75ce63d4d1e243f21624caacc9148bc50404d88e12c 0.00 MB 1 0
18,865 18,865 000000000a18351bd555f74e21ffd26f66b41b16aa699e263ca3637c19f5ed60 0.00 MB 1 0
18,864 18,864 00000000739c6a7c672efb92d29c9b0e9e5b589dd5a93c5fac1824c8f77d6ce2 0.00 MB 1 0
18,863 18,863 00000000bbec2dfe52cc2753c64ef36af066a1beab2e3c3f6ab1372368289f71 0.00 MB 1 0
18,862 18,862 00000000a6cdfc57e316f7dba34cc3e7cfc043ef14af141fe0ea32331b2da731 0.00 MB 1 0
18,861 18,861 000000002bc5cda84e3a865360cad4ed4416fb360d7b7420d5887f4f35f5db04 0.00 MB 1 0
18,860 18,860 000000002268fbf07ad41386b7dce7571181a3377561e4867c90ab0b326fac34 0.00 MB 1 0
18,859 18,859 00000000152d3646429de42d1f47fdeede8cdc41289accd7d3e27511efe1c5ff 0.00 MB 1 0
18,858 18,858 000000006e10657469d80945737abb92f418fa05880bebbe4a822214a5719ed9 0.00 MB 1 0
18,857 18,857 00000000ae11bb39d212e102019a4fe3dc7c6126604b7b712b7d1db08ad9d8f4 0.00 MB 1 0
18,856 18,856 0000000019f1c1fd46d086f37bbb7095476a49f5386152c3e7c9b457eda45eee 0.00 MB 1 0
18,855 18,855 0000000048f2c60e80c37291badff7cde6bde774cc0467d931b45cc872e58f19 0.00 MB 1 0
18,854 18,854 00000000edbccdd404abb70c0e5ceee345b2be3b1f3c42f3991fb70c5a5a8aa9 0.00 MB 1 0
18,853 18,853 000000007aeb79f130aa3dafbc277839612f7def869398f4c730930c593fcdfa 0.00 MB 1 0
18,852 18,852 000000003b2f476d763a2030578bfec64376b31c34bed748d9b03aacec2e9572 0.00 MB 1 0
18,851 18,851 000000005a18c8f3b0c7a32159b76edcdc7af5bada903af00d60dd8fad297c0c 0.00 MB 1 0
18,850 18,850 00000000f6ef089f7fcbb26daa880e55bc7873221b1e5ed41a7ddc0202cefee4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.