Memory Pool Memory Pool Refreshing

64,758 transactions
31.95 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,844 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,876 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,843 (384,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
485,337 485,337 0000000000000000007acdd80b5627ea06a663ec65058f669d430bf96c97d797 1.01 MB 2,145 151
485,336 485,336 0000000000000000006218a01b22a7085fbd637a4b31fcc76bdcea5ccf090299 1.01 MB 1,869 131
485,335 485,335 00000000000000000035fa7547bd3d088c2c531d60d4faf24e83752a009d2e66 1.01 MB 2,150 173
485,334 485,334 000000000000000001001f088a6821e23bbec7d39243af515565ba498ced9108 0.86 MB 1,670 117
485,333 485,333 00000000000000000024f7c887c486288ec41e7bd341d8b2501af39f1a07d2d7 0.81 MB 2,018 123
485,332 485,332 0000000000000000002833ec1a2628678bad9ea874cb4c92ce99a816d9fd3b18 0.30 MB 662 131
485,331 485,331 00000000000000000033973c3380c49f51356bea3b853393f73893ebc9ba0f44 0.28 MB 505 112
485,330 485,330 000000000000000000388e01d005a1af7ee9052d72eee7d502e5add434ff6e13 0.05 MB 186 114
485,329 485,329 000000000000000000c0067189394534f698f118bfef85154267cc5192e6dd6b 0.97 MB 2,099 122
485,328 485,328 00000000000000000009363c9bcc38921d266e3faebb1ced2e531ccc05d27a2c 0.96 MB 1,969 130
485,327 485,327 0000000000000000006878b2b690d40d8a3f1eb0b4a1a2ddc8251600e423391c 0.26 MB 566 50
485,326 485,326 000000000000000000f7171706168d8dd4783389576f44ae1afb65220bc2830a 1.00 MB 2,131 139
485,325 485,325 000000000000000000be5809153d59cddbf257e7bdecc27f1f18201dbb72db40 0.18 MB 434 115
485,324 485,324 0000000000000000003c2b1bc77adbccabf6008baffb5a98b94254807bba7a76 0.07 MB 57 67
485,323 485,323 00000000000000000089f980a604ba0182a415e83130278b05a482aa3f195f1b 0.09 MB 128 151
485,322 485,322 00000000000000000000b55b6f0c3e766ca69160e260eaf4b452ec82cd43ce79 0.44 MB 1,078 126
485,321 485,321 0000000000000000000fb5e22f7e3d62042f9c38a7c1b37014921a6a82db0723 0.05 MB 150 125
485,320 485,320 0000000000000000012ba76a4fff3d970379ad3860fd774fe141a8d044888cc6 0.15 MB 340 101
485,319 485,319 000000000000000000f06882ef416dfe33b8b2863ab5d6ad9f43a65d67cf06d8 0.12 MB 271 140
485,318 485,318 00000000000000000014fa7e0a56a479ff12a97aebec40ce0a10df3bcdb04079 0.87 MB 1,686 114
485,317 485,317 000000000000000000c246c062f90334627de762cde9bff687d762cf4d15aa62 0.09 MB 239 125
Previous 10 blocks ↓
Total Size: 699.17 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: 2,114.80 GB sent, 205.01 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.