Memory Pool Memory Pool Refreshing

44,373 transactions
24.74 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,602 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,981 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,601 (334,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,952 527,952 0000000000000000000e00e60d27e519cba2eff24678dacb51d4cbc9388839ae 0.57 MB 1,001 12
527,951 527,951 0000000000000000000fd0ef9c7b406c68836ce93ced5c4840307a31b22ad482 0.50 MB 1,141 18
527,950 527,950 0000000000000000000b2f95507b7a162410227ef5c458ee31d4efcaa529a436 0.80 MB 1,568 17
527,949 527,949 000000000000000000059e5bb1fce35bf0f58d7dcea76086bcc5817f7cf9dd1f 0.57 MB 1,136 28
527,948 527,948 000000000000000000333b818d16a8425ef8e51c6b740e89ceb5fbb2acb3c9e0 0.25 MB 318 31
527,947 527,947 00000000000000000023ec8ae8adfe59bbea6e7490d8deb8201a9e3a0000399b 0.99 MB 2,323 2
527,946 527,946 00000000000000000020c0ccabc8d43634c9de263638472d3731248390b2a797 1.14 MB 2,692 9
527,945 527,945 0000000000000000001aad953bf3a8bc7d89407a66b0e9dbd0e8fbe7ef27ca05 1.11 MB 2,098 40
527,944 527,944 0000000000000000002c3a9d0a691872bbb2c18f125574d2364c617548dc0a33 1.17 MB 1,990 2
527,943 527,943 00000000000000000018ee910415c80d0ab4250c2a49d971c2f520c4105c8c6a 1.41 MB 1,487 7
527,942 527,942 00000000000000000028a6355026f174ad5691ba280d85086a068526bd202e50 1.18 MB 2,252 18
527,941 527,941 0000000000000000002be3ca05c718418c187ddec88254cf7f0724c370e7ad51 1.18 MB 2,390 18
527,940 527,940 0000000000000000000910f3bd27761c9c9765afb654b025510b967a8d8f831d 1.10 MB 2,253 23
527,939 527,939 000000000000000000185fed36db96466a26e9c2534f11a5e49aaf4624a519bb 0.78 MB 1,715 34
527,938 527,938 000000000000000000349ed6687150feb3efd35857f98295f42f380c406c448d 1.18 MB 2,589 33
527,937 527,937 0000000000000000002b37b375d95200b62ffe2aaa205490cf9aeba945b1cfa9 0.32 MB 668 39
527,936 527,936 0000000000000000001de6f2b744eb454aaeae7024c6ec21fd943d376f34c6d7 0.88 MB 2,092 41
527,935 527,935 0000000000000000000157049fdb5724997b0d368a78a423a3aa718170525749 0.68 MB 1,650 43
527,934 527,934 0000000000000000002a3215f76c3eeb9b71c3fe0fd40778ad4faaa0018a4f1f 0.31 MB 525 37
527,933 527,933 0000000000000000002a4073850309bcbaa44b0942c7b0b691579c65bd319d19 0.11 MB 205 54
527,932 527,932 0000000000000000002e920aa46c59a68d4f4d68e7421f064155380b4a02c2f4 0.52 MB 1,138 53
Previous 10 blocks ↓
Total Size: 685.32 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,377.12 GB sent, 107.80 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.