Memory Pool Memory Pool Refreshing

44,598 transactions
30.57 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,287 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,893 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,286 (532,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
330,359 330,359 00000000000000000b80a401786484e3669951c273b30453c8f61f8f481899ad 0.75 MB 1,319 28
330,358 330,358 00000000000000000b4fe47c870fe2433e00934321fc6d15faeae554584590f8 0.21 MB 338 22
330,357 330,357 000000000000000002777b7e8d53b151f674d30e3eb2998a8c8f10319f37e138 0.13 MB 258 29
330,356 330,356 00000000000000000d8f689972e4ae830786acca4f4f666c9bb09d5404ca6af6 0.20 MB 248 22
330,355 330,355 000000000000000003c95d1545d9b6ed5bc2f053fd8264a0c8d6f5e975669e1b 0.26 MB 287 19
330,354 330,354 000000000000000005dda645066b378f757e894e0cd23d1997e05a9178ea4880 0.47 MB 730 22
330,353 330,353 000000000000000018b5b7f9d4d67a37f7121cb21ae32676a2054ad2d052e0c0 0.07 MB 82 6
330,352 330,352 000000000000000011a2e0193dc280e88825031a66489a227f1b9f449e56c99f 0.65 MB 770 18
330,351 330,351 000000000000000006b0752cfb02896b779e87cca6caeb8592cc51616e080548 0.11 MB 201 27
330,350 330,350 0000000000000000144fe01dde22c465de90e9460d40e694d421769a64ec514a 0.74 MB 1,387 25
330,349 330,349 0000000000000000031ea36b43fff5352605d3d80c3d39921cde41a28a7aba66 0.17 MB 351 27
330,348 330,348 0000000000000000162aa1e12f10dbf32d485e969d34c271e74b2509a5c0ae58 0.53 MB 466 16
330,347 330,347 000000000000000002462cddc2acbc763b6cc186f8d6ee52d9e98e18869f12e8 0.50 MB 472 16
330,346 330,346 000000000000000014f369cd084cac7a1d60d75878b498f555ae59af75b738b8 1.00 MB 1,431 34
330,345 330,345 00000000000000001ae82daf024848e24ceabbcdc6cb591299081a4e33ec7cde 0.33 MB 1,024 49
330,344 330,344 00000000000000000a693d633a2010d3568a05ed4a574500e5b8c1be3a3e927f 0.19 MB 353 29
330,343 330,343 00000000000000000c7d6effb8ca4584e4b105ec21ea7a4f6806127e007e1d74 0.12 MB 137 16
330,342 330,342 000000000000000019de90da68efdfe848a8513406970a8b044982328a3b8d50 0.08 MB 256 887
330,341 330,341 00000000000000000ccb9da001e7567bc70930bf5f70138d7236f6957f9c8ec3 0.57 MB 787 143
330,340 330,340 000000000000000012e43f86f99dd0b6714f0365136f7f9d2bb3a1aeb2c83666 0.75 MB 1,446 25
330,339 330,339 00000000000000000a69325522e03e9772939a00ac4d0f78eddba8e7a3f53dd6 0.15 MB 512 54
Previous 10 blocks ↓
Total Size: 686.66 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,486.00 GB sent, 116.19 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.