Memory Pool Memory Pool Refreshing

6,805 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,754 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (695,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,122 212,122 00000000000004324ed7228cefe2656de8cd3e70ed812b5eea5c4a0b8036fe4d 0.04 MB 89 148
212,121 212,121 00000000000000e940e8c01534d5458f8ec1df03d647a1c3910eefdb9c366ffb 0.12 MB 455 189
212,120 212,120 00000000000002d7d8fa6ef9361b89ad9440c5feed5c0f55cd74f185f8e6b14a 0.25 MB 575 178
212,119 212,119 0000000000000375aa88b62097acfaa5912b34090f74ced83ce8b0a9e3f506bd 0.04 MB 118 235
212,118 212,118 00000000000004b6443a19a4d331b953861c48d261fcb4e2e5713bcfeb79c313 0.05 MB 107 78
212,117 212,117 00000000000001eacf300a17114acdd3d0e20ad5f7efd922351b4752e3c87590 0.04 MB 117 79
212,116 212,116 00000000000001cdf0c6160728dc22067bd9b831edba416421c5f357f2e3e78d 0.06 MB 46 78
212,115 212,115 0000000000000154a1e5191af30aa6322b1b06b8522471a70121bfeb5cc28514 0.19 MB 183 120
212,114 212,114 00000000000001e0208184cb1dfbb4e0c8a4dbc9d86a96cbc56f0a0a2e51d33a 0.25 MB 625 175
212,113 212,113 0000000000000468c779cf3e9fdeee590ce5fb2dc94a45e08c5ade81ab81f612 0.20 MB 228 105
212,112 212,112 000000000000003d754bd075836a1d394650765e97cbb818ed10fe4e04b067e3 0.25 MB 737 299
212,111 212,111 000000000000031d60eaa4677e0495ead9879db7f12f7ce57d17f28b2b07a820 0.25 MB 533 172
212,110 212,110 00000000000003244dc6d2969020c45f694166b36e844a44f3bd21a99e3c7acd 0.05 MB 134 112
212,109 212,109 0000000000000213cb0e2d40d89189383ec4ec40812f1e8bf80acd0aa6328889 0.10 MB 130 79
212,108 212,108 000000000000009e42ea371341f2b4099712a1362ea07213ef58557780fea870 0.19 MB 289 106
212,107 212,107 000000000000005d36753fb0cba17ac1bb0df3240c1c6a601ad81bc85f0b4ef3 0.20 MB 566 211
212,106 212,106 0000000000000311653f5378dd5fdf24ee09e5bccb6f6af35948560898ce0a8e 0.25 MB 457 134
212,105 212,105 000000000000024329cfc4e7d2e35f7617cf8406da170145ccc8c7cf5cef1c2f 0.20 MB 541 356
212,104 212,104 00000000000004912667bcdd022db6048429d54122e8a46fcbc6b9b4f49a4a27 0.25 MB 670 198
212,103 212,103 00000000000000087d6909c8a3a11bd137533759e7182ca425c5cc97b211b5a0 0.05 MB 166 40
212,102 212,102 00000000000004ace0f6d55063ac0935fdc1b9314a1770416f876813e1316a7d 0.25 MB 651 210
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.