Memory Pool Memory Pool Refreshing

52,635 transactions
33.40 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,047 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,406 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,046 (757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,289 862,289 00000000000000000002baf6bece2d18b21e4255c0cbbbe7b7ebd48079824f05 1.63 MB 3,706 4
862,288 862,288 00000000000000000001339a9f14fa19a8b6f8ecaa658259a9da52de4158eb46 1.64 MB 7,496 1
862,287 862,287 00000000000000000001de275f9e63460802a043ea3b2964fa5384c1d8081fb0 1.65 MB 5,997 2
862,286 862,286 00000000000000000000ed8a6f7a1c89b62cb73323c64322ad47f8167d949b2b 1.68 MB 4,803 3
862,285 862,285 00000000000000000000f41b126a44103544e3eb58291194dffbdc9b3a7fe6b6 1.60 MB 5,612 3
862,284 862,284 00000000000000000002530534f9cfac4190c28fa2d34390d13c3cb299312395 1.57 MB 5,481 3
862,283 862,283 00000000000000000001ee428f81e8189919f77ff7d87dc49d8b355b2658ea48 1.57 MB 4,047 3
862,282 862,282 0000000000000000000231d77d9f7b976f3a751f4d3790a8c1902667798e19a2 1.67 MB 7,056 2
862,281 862,281 0000000000000000000095986b2cc8d55b65bb5dd99aea681c1769f0152a55b5 1.24 MB 2,252 2
862,280 862,280 0000000000000000000043cda0d0a00f6e3825cf5fb7af43cf9384dd36f0cb15 1.40 MB 2,262 4
862,279 862,279 0000000000000000000154a8790b51dffeac4f7f9e2348c93c08f342f910435d 1.58 MB 4,448 2
862,278 862,278 00000000000000000002cb527a90bdf90cdb4ecab77bd8cadd51e150a23b1703 1.66 MB 6,361 2
862,277 862,277 0000000000000000000048ecdff0c2071967b64b216dc8ed1010f8034787d26f 1.47 MB 4,351 2
862,276 862,276 0000000000000000000212256c5095fbab81c4dbafa315762d0cabf12c4450b0 1.36 MB 2,498 4
862,275 862,275 0000000000000000000199792c0751a1344c935a6f52b8aaa86028728908f861 1.45 MB 3,404 4
862,274 862,274 00000000000000000000999e0324c968773d8f261e840ebce312bc94e1741b5b 1.51 MB 3,535 3
862,273 862,273 00000000000000000002f6b1542611ee04a8181f2631dff05566c3b052ee10c7 1.49 MB 3,484 5
862,272 862,272 00000000000000000001129a4c5c27788cd5b42bf1f46f8262ca080d4008db6c 1.65 MB 6,426 2
862,271 862,271 000000000000000000026dac2da5d436a3dac309e7a26534294db229496d1a2e 1.55 MB 3,386 7
862,270 862,270 00000000000000000002f1522f9c700bfe75ff02c2de3b5007053085c75c5366 1.59 MB 4,162 4
862,269 862,269 00000000000000000001e6cb3d988ab3f8794b9e5cad9f2f28adfdefd608835c 1.71 MB 4,574 2
Previous 10 blocks ↓
Total Size: 686.18 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,417.00 GB sent, 113.32 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.