Memory Pool Memory Pool Refreshing

11,015 transactions
4.05 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
2 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
908,158 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,716 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,157 (709,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,224 198,224 000000000000056151af280c0c3e4010f6f55dc385491ee39c7de861ddc2c376 0.07 MB 236 179
198,223 198,223 0000000000000556f2a925d835228d5b40a101d6c432d2a8a6f8dadaabc2e2d2 0.06 MB 168 152
198,222 198,222 00000000000002858333fda01278cadb643e18875e3c9b079559487a925b6844 0.01 MB 19 115
198,221 198,221 00000000000004ffa67b2632c8aa2be4513277bb376e13821eaa7e77598d1ebd 0.06 MB 128 266
198,220 198,220 0000000000000356923ec9a5a9c68dafe40d2f6f1ce940d3afc3a5c37fc4cd66 0.02 MB 29 55
198,219 198,219 00000000000001c5a7fb752722507ce61ba3b38d2f14ed255f3bd7736bf6eb2c 0.04 MB 80 136
198,218 198,218 00000000000003ef21454c464e4304e6013debe5950ba5f7543b59cd5de87d34 0.02 MB 57 137
198,217 198,217 0000000000000564136e7089a374b3094222ddcd7abbc425b1087118e50e9095 0.04 MB 106 125
198,216 198,216 00000000000005fb9baf7eb65f303251267d4fbaa35860fc0701090573844fa1 0.04 MB 120 2,261
198,215 198,215 00000000000003ac54b9d985fcb2e515c9ed33df8e845f9727b0d8f3f5b3deb8 0.12 MB 313 159
198,214 198,214 00000000000004ed8e009e7a5a2143fc174b96c9720c4f950b2a2d20aa5c6a71 0.13 MB 380 147
198,213 198,213 00000000000002924f16ba648562b55250637f6b019620fde7352c1a2e98c5d5 0.04 MB 64 94
198,212 198,212 000000000000009ffc9ead32dd86d9f8c3ba22c17a6154c10e7fff4c9831c38b 0.15 MB 337 135
198,211 198,211 00000000000001f742ea6f9943871ce1fe59b9e7d1a1a18d15dc745863b2c4c5 0.12 MB 295 120
198,210 198,210 00000000000004402aa9c4ff72bc32d7f2a7a40b2ecd08174f157d21f99e01e2 0.13 MB 308 125
198,209 198,209 0000000000000160607be648b2b10db38baea4d7956e3ac492dce7837615eb7a 0.13 MB 281 231
198,208 198,208 00000000000000a51798f8be039d9ec779cdea1f427f09c328d6eaed1c8b6a49 0.03 MB 57 136
198,207 198,207 00000000000004a16b3433f27772b809965690ce0c81ed92d973226f392d8c53 0.03 MB 121 5
198,206 198,206 00000000000002243df7c71f681df195aa9c2ecea24ff61f56b4572f93f9163e 0.12 MB 324 151
198,205 198,205 000000000000022195d05b0bc9ceac7e13bed1c6e1537dca98c5d7bda5f5f78a 0.06 MB 128 90
198,204 198,204 0000000000000618c98c146ff63aad9577c3c5e6a7288281fa1c6cda94224ef4 0.13 MB 304 118
Previous 10 blocks ↓
Total Size: 769.85 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,680.84 GB sent, 97.12 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.