Memory Pool Memory Pool Refreshing

32,914 transactions
30.45 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,030 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,829 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,029 (71,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
791,479 791,479 00000000000000000003b02723aee34006b1801e6bcaf56b85d07c325345b862 1.86 MB 3,939 30
791,478 791,478 000000000000000000037612b1f1b3528a73c9f8c18ed0d47147919a27d83965 1.93 MB 3,872 46
791,477 791,477 00000000000000000000abb3fa782fc3a74e9ce3cb1cf865e681a68a3074d7d2 1.51 MB 2,879 56
791,476 791,476 00000000000000000000c3c1b61b86df0a7b32e93b43265d7ecb92e954585078 1.48 MB 3,132 82
791,475 791,475 00000000000000000004cd9e20390b1a7d202a430764ebcef9d9859843641c3a 1.85 MB 3,334 24
791,474 791,474 000000000000000000058f30ca6a69966917bb7e9aee02a87250c03c12f85315 1.72 MB 2,860 39
791,473 791,473 000000000000000000000329d9b9ec7dc28536edc4249ac2e78e5c39abd2b7b0 1.55 MB 3,066 62
791,472 791,472 00000000000000000004e114e49147a6e1d5c56aebd1f5dd825d8583f58b6fe6 1.65 MB 3,025 49
791,471 791,471 00000000000000000001d314a1aec5a21e4df5f875d209270329dfb8ec58098b 2.25 MB 2,949 38
791,470 791,470 00000000000000000002e052c9ff61eb1e9e075beadda7cad74184089f0bdd2f 1.68 MB 3,753 47
791,469 791,469 000000000000000000003bb9b40f84c2f1e13219fe6298c288883df17d76f361 1.54 MB 3,707 73
791,468 791,468 00000000000000000000d393eb931d45391556bc8982d889fcfc17dfa03f2d79 1.52 MB 4,141 82
791,467 791,467 0000000000000000000301cd90d0f288ba3730ece36806ce8b077b73945e23d2 1.42 MB 2,659 95
791,466 791,466 000000000000000000040cdde7d84eb1d1a578d984120c6bdd86b0d7d031065c 1.78 MB 3,550 52
791,465 791,465 0000000000000000000058c96f2d5d24baf38e580fd6ae236dfe140f290e5691 1.82 MB 3,256 43
791,464 791,464 000000000000000000039624151183611f79fda440e61a2ac6e89b549cad740b 1.66 MB 3,126 61
791,463 791,463 00000000000000000001ab97348ddc4d9c7556936ecb27f1fb5ebfd8c886fabc 1.56 MB 3,457 50
791,462 791,462 00000000000000000004b725bfa96b8be99b946d591e1abf16b9a45853fa4b50 1.53 MB 3,394 75
791,461 791,461 00000000000000000001e2dd8d252d8b2b12786dc4652aa5f3715cd2e54a083a 1.40 MB 2,754 69
791,460 791,460 00000000000000000001ea1fe21b729b470b47d577ba2c4389cacc14496bf1ac 1.55 MB 2,710 72
791,459 791,459 00000000000000000001991d917fecae80d6050ac84f96809067401074a9ddc9 1.63 MB 2,939 85
Previous 10 blocks ↓
Total Size: 686.15 GB

Node Information

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