Memory Pool Memory Pool Refreshing

586 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 583 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (761,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,121 146,121 0000000000000429619efbf9168dfc53321529783df2aa17905cfcb7feb72417 0.03 MB 46 231
146,120 146,120 000000000000031dd674976156b54c743975477cb7d91e7e045381ab0129ecb2 0.02 MB 26 146
146,119 146,119 000000000000046959120a938cf271989862f2f815b343a3499dcc2e84a3a68c 0.01 MB 16 124
146,118 146,118 00000000000003a887630c376ec7cd5c310484cab3b835e3deea3aadb58dea46 0.01 MB 31 260
146,117 146,117 000000000000080b6a727ae4b5cec07c4b6197c6d4a8d9e9f40825ba43495944 0.05 MB 82 302
146,116 146,116 000000000000055046758b17ac2f67a98261307bc8768eab7afea64c56397673 0.05 MB 80 248
146,115 146,115 00000000000002f0d04c7e5e6cb1622f1b1117c90d532cce4c17db8d0aeefaf4 0.02 MB 27 89
146,114 146,114 00000000000004a0d2f7c531f85a11f9d6c1ffe5a7598bffd1931219cacd918c 0.03 MB 61 143
146,113 146,113 0000000000000745739c352c8c2e0f62ad604a4154b29b1238eaa14722985c22 0.01 MB 14 34
146,112 146,112 00000000000008d042b90276e8e26cd9009adeb1459b51bf7c9dc9517630e647 0.02 MB 47 39
146,111 146,111 0000000000000124572a65fecad1af395cfc9230454dc5c54cb4a4f45832fc6b 0.01 MB 18 224
146,110 146,110 000000000000057745218dd25cdc8dd8502b3e45c5115813bf94906806611a3c 0.01 MB 54 0
146,109 146,109 000000000000010ce6a03d08ea0175aa652fef5ba08aa8377f64c96722576510 0.01 MB 23 143
146,108 146,108 00000000000007831c64454463772404eaf3b683c56cdade10babf3e15e72845 0.04 MB 97 78
146,107 146,107 000000000000074e96ac03598e2f63badec284138ffd0a2e2fe99a249c496fe8 0.05 MB 111 605
146,106 146,106 0000000000000746195d89c2b4b3eb43e553ccf43bba0959ab7955cf3599b37a 0.00 MB 15 792
146,105 146,105 00000000000006f441380215743705492c86533163a718579702cdc3c1b1b691 0.07 MB 32 692
146,104 146,104 00000000000001b260b90918b8f59aeee9f307d27f385e00121860e4ac9bbceb 0.00 MB 18 10
146,103 146,103 000000000000093180ecf7b6b693e0a4eef0cacbd8b4bf46dae5ac3da785c3a9 0.01 MB 19 107
146,102 146,102 00000000000007883b8c41a2a43654a25ee42b4fa4efbc2a9f368e474ab67db8 0.04 MB 84 124
146,101 146,101 00000000000008b588be230f2b09284e9e81c8c1ffe416ceb4d316b649e8a5bc 0.01 MB 22 237
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.36 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.