Memory Pool Memory Pool Refreshing

52,950 transactions
30.87 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,307 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,779 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,306 (726,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
137,463 137,463 000000000000035f0e005175e84590f7d1f58d35c69312324753b2402edb92f2 0.04 MB 113 111
137,462 137,462 00000000000008ce750f95de4ab31625e351a389c3eb4a8ff89c2f237dc9bca7 0.08 MB 38 727
137,461 137,461 00000000000000609b06e85fdafab41835959e3c8c1143ce27fff626701c1113 0.00 MB 6 205
137,460 137,460 000000000000096051e4f2756ca5e322beb73cf21c7abaee6c584319c00cad73 0.04 MB 103 190
137,459 137,459 000000000000091324ea4473f904882b25e1ecc2d7b6b82a0bdab94c79ed0be9 0.01 MB 35 31
137,458 137,458 00000000000008150e8504d29785a467b2b26fb8ee7280fa2727743c256dc77e 0.10 MB 349 3,029
137,457 137,457 000000000000046d3dc142a8ffbc915ec28bc36c8498bc8abf5adde0316b69c5 0.02 MB 83 319
137,456 137,456 0000000000000271d6b66f51796fc39c030d4d6c1ecc77fc31b1f754cd776a15 0.05 MB 122 317
137,455 137,455 0000000000000481c65887bef453ffdeea9f098d78d943f87d4259ffde4d2dee 0.01 MB 36 364
137,454 137,454 00000000000007b09e868ebac55ba71620e1d4a9c5193ab6e01654068221d4ed 0.00 MB 15 249
137,453 137,453 00000000000006047952e84dba938a0a83f3b8f53ffcc7237d68eebcceada333 0.03 MB 83 68
137,452 137,452 00000000000001592c13d3de6fd7f062979df9ffbe48290794b6c1f1c036864b 0.01 MB 17 427
137,451 137,451 00000000000006ef7fa18fa3a8d3a570b979ee38b495970a0ed345098f5c2004 0.00 MB 20 40
137,450 137,450 00000000000007b79d5c5db7cf6cb6020ce1d4a37d44e58cbbed5196c0d93de6 0.05 MB 116 177
137,449 137,449 00000000000007203bd3ef7b29979c86c3a3e3a93b0279f6d072d8ab51f7f02e 0.02 MB 41 446
137,448 137,448 000000000000064f1b0859ee72c28c6199ea2a213e4468cd08d2a55653b5a2f2 0.03 MB 54 400
137,447 137,447 00000000000000c4869449b78dab5564772673ff363ef33239d06f0f69038f08 0.00 MB 12 37
137,446 137,446 00000000000007f1bb13be24924569465b0ade4d7b07c9da716a3c363cb2ad1e 0.03 MB 62 169
137,445 137,445 0000000000000000301e4adf257e8acafb35304fa906dba5573cd2e4f3f6cb47 0.01 MB 14 302
137,444 137,444 00000000000004478063ac273bcef0c5f405ce2ed3865f288ac4dd22bdb0f689 0.00 MB 15 521
137,443 137,443 00000000000004ef859dfb0c9c939dbe49436bbe4d82ed87e81fd25731773bad 0.02 MB 34 109
Previous 10 blocks ↓
Total Size: 688.62 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,630.52 GB sent, 129.54 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.