Memory Pool Memory Pool Refreshing

45,592 transactions
24.22 vMB
Show Random Selection Loading Transactions
Max Size: 139/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
880,974 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 1,535 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,973 (705,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,929 175,929 0000000000000956e81ba799635ae929429875b68ff0231c696ae7009d8cb26e 0.05 MB 138 127
175,928 175,928 0000000000000119c27942ed81b3ee607de97b75f727d9b84722231321865968 0.04 MB 68 69
175,927 175,927 00000000000009dde0866769928c14bb1015fa08cca5b67b82111224753bcdf4 0.04 MB 80 130
175,926 175,926 0000000000000a139dc9236373b31b60935a5bbcd6c8d9b2bda1c7a25ae2cdcc 0.05 MB 156 71
175,925 175,925 0000000000000a6ebc34e8dc590a47c2dc8565c18caa1c48b7a3e46259f5a2a4 0.01 MB 25 43
175,924 175,924 00000000000002b2486dc22fbc43f6853a197d340fce54ba0a5ac978f8085804 0.06 MB 14 1,290
175,923 175,923 00000000000000b6f9b17d7308d366f2f123731d54354d818cbc6cd069801243 0.04 MB 85 67
175,922 175,922 00000000000008576a24202b2b54bb411187a54dbc56d57342e09930864dc371 0.01 MB 15 74
175,921 175,921 00000000000009ae4e906778759e81cf4c8992218c0e3e2a3dc1c05d67bcfe78 0.01 MB 18 51
175,920 175,920 0000000000000183602f8a77bc91146c43c75c1b659b427495eccf8ee2a0ff9c 0.00 MB 9 38
175,919 175,919 00000000000000e6808b685391f362e19dc073270a4e39c6ab9087c9a591ab8b 0.04 MB 92 62
175,918 175,918 0000000000000452df5f8cdccd7d3c8f721330b096dc673913dc271525cabec2 0.05 MB 46 77
175,917 175,917 0000000000000614711d80b86a2bceab96f0ab395df31b377dcd2bc60ebbbe44 0.05 MB 134 29
175,916 175,916 00000000000006b7fc56a8f32b06d23e096178fcc8b1f024d385ae473df9e397 0.05 MB 95 150
175,915 175,915 00000000000006467ae1708979d38dcb6d6fcafbab4c6eccf7414da950379243 0.03 MB 95 28
175,914 175,914 000000000000025649fdc5064bb299fcb745f430134a7c0782c675f0fbf0c492 0.06 MB 111 64
175,913 175,913 0000000000000a15859c895b013db5e49a3823b14d500379f907b8c59c26bd67 0.00 MB 11 1,466
175,912 175,912 000000000000086e13f0cf078b8dba2f23a3279b1ed69b39e27a3220e21fb42b 0.01 MB 36 116
175,911 175,911 00000000000005506dedef8a57604eaaba558d4d1a4b10bccd9c5d527be7d8de 0.03 MB 42 52
175,910 175,910 00000000000003f2b20aefa8ed80eb13b5623a14391d857111d5db57fe5dee45 0.05 MB 139 76
175,909 175,909 00000000000003aba9aefce1fa258e8ea2e9b025fc58c2b06f94684e7ed3fe20 0.07 MB 120 68
Previous 10 blocks ↓
Total Size: 720.30 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,917.46 GB sent, 66.27 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.