Memory Pool Memory Pool Refreshing

3,196 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 3,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (683,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,249 224,249 000000000000035e6e201d2b6eb50f708829ca15ddb9986808dc0fdc681bfe4a 0.25 MB 798 256
224,248 224,248 0000000000000348d2e5b854b1d3ac949e0dc2955fe81c50a6438e7d9ad89d55 0.25 MB 474 152
224,247 224,247 0000000000000368ee331c0b34d9266fe9991c9d66cba055ee281e6e27b3f5ae 0.25 MB 681 231
224,246 224,246 0000000000000157681e4843318e764ea315a0aafc6be6a14258d8582e611f46 0.25 MB 642 238
224,245 224,245 00000000000003008e472d0280fb04cf6a881f1e96557b5a026d49b11fee488c 0.07 MB 171 164
224,244 224,244 00000000000002bd4abb85eb3e92f640d636a3361fa398d1089e061d797405ce 0.23 MB 624 193
224,243 224,243 00000000000003d228be120f8fc97ca891ced9726954606bdaa6de5fab503a0f 0.24 MB 514 189
224,242 224,242 00000000000000135c7baada7596f9de9ffc1ff0c0b5a4c28264101a093ecd31 0.14 MB 248 129
224,241 224,241 0000000000000087da64cd8a30d29728243f3d4766b25e09650f8b432157a1d6 0.25 MB 638 224
224,240 224,240 000000000000004fa1b4a77118cfc742d5bf3757f70d9aa57934f3038c764ac8 0.21 MB 543 220
224,239 224,239 00000000000001353ece7d01e8e55411cf206ba16b1bd06d27314bdafa0631da 0.12 MB 286 152
224,238 224,238 00000000000000b264f664fc0d7fe1a3879ef50ddf0e96165b7a3a1dc1bafedb 0.16 MB 247 138
224,237 224,237 00000000000001723c340623a3e02f944160c79be5f58264f457b9bf3c0d17b4 0.25 MB 649 207
224,236 224,236 000000000000014eb848fa32e2097f0312bb058cf36392a278d81674d05a55a4 0.08 MB 127 151
224,235 224,235 00000000000000469ef6712453b921c091438008372bd9a3d4ce38a015b47ce3 0.14 MB 295 175
224,234 224,234 000000000000036a07eef82ba37522aaddf071b9dd4f1500b12d78426c60a36d 0.15 MB 342 170
224,233 224,233 0000000000000086e54664409b2fd4760460a265a846fdc3e504b3f59ae874fe 0.04 MB 64 46
224,232 224,232 000000000000032ed2b74f2131de614c8e0109c228771dd0f73d9160e9081ca3 0.24 MB 355 130
224,231 224,231 00000000000003733183eaa9dee261dc1a63bd9ca93410d6be9668179489be6b 0.13 MB 325 200
224,230 224,230 000000000000000fc2d91b298b8889c5faa4b88348e7fd3a26f77eb2513e27ac 0.20 MB 351 151
224,229 224,229 00000000000003760f0bc159366e58383b95d965ce017269df983d373ae07fb0 0.25 MB 507 174
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.