Memory Pool Memory Pool Refreshing

19,673 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,617 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (695,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,127 212,127 00000000000004d2f17b13d9483257ed0896718b79e091252efed6f5270b1469 0.20 MB 170 77
212,126 212,126 000000000000049ef6f130a48f01f1eb9940adf0824645099ad2e9779c769105 0.12 MB 290 133
212,125 212,125 00000000000000ada4e774119902167ddf2b0970129668639db0e0a8e83663ed 0.25 MB 737 200
212,124 212,124 00000000000004aac796ab3acb7e8997f8abe85356679bc43be0faa05d29eb41 0.11 MB 366 188
212,123 212,123 000000000000006e1cf5ae1832f5a36d7ba07b6b42bacef2ca738ade484a91bc 0.12 MB 372 212
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.52 GB sent, 93.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.