Memory Pool Memory Pool Refreshing

57,276 transactions
25.04 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,049 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,042 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,048 (33,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
828,445 828,445 000000000000000000011f6d947bd157f8067473c97920cf709a9a1ecb3ae845 1.40 MB 1,935 30
828,444 828,444 000000000000000000038c3a3d0b236e2abe60e13c1999e8d7e261c099c07753 1.36 MB 1,592 29
828,443 828,443 000000000000000000019364356b543c0bc3d0851eb24db114303e769cfc0f1b 1.05 MB 352 24
828,442 828,442 000000000000000000004dd79e370ad83b41f2abcec2b386c78d455255971814 1.18 MB 784 26
828,441 828,441 0000000000000000000000df106cebb886c6090e897f152f59277e9582e61c56 1.77 MB 1,960 25
828,440 828,440 000000000000000000025ca01d2c1094b8fd3bacc5468cc3193ced6a14618c27 1.81 MB 3,348 32
828,439 828,439 0000000000000000000367a3724c35fba2e855da63a4a3e76f4132db654636f3 1.87 MB 3,311 29
828,438 828,438 0000000000000000000053dddc0a53237505f005c34ca415445d64009b7855b9 1.72 MB 3,075 35
828,437 828,437 000000000000000000004c937774435aa6758622731c76654d6e5f751622f1aa 1.60 MB 3,081 38
828,436 828,436 00000000000000000000275d77622e2869bc1fa1de4c13d534729446791c8dc3 1.78 MB 597 27
828,435 828,435 000000000000000000016b2fe5bc98706797bd0fd2c876fc0991c99d6d009b8e 1.86 MB 2,516 35
828,434 828,434 00000000000000000001e3483d639f7684befdb299a756555ba908d13f26671a 1.66 MB 2,916 40
828,433 828,433 00000000000000000003fc6676db17cf21a13dbb0d28af5b75368ca2e7b22aa3 1.61 MB 2,701 46
828,432 828,432 00000000000000000000cb5f17159fe2733f51ebf02d84e13e8ed35a4a90023a 1.68 MB 2,200 31
828,431 828,431 0000000000000000000144b4e1fa52961c0fbd98d14257c3c082db4d28bb061a 1.59 MB 3,267 51
828,430 828,430 00000000000000000003bb93512fb4e62b614b55c3431e194ba1c7e327de4894 1.75 MB 3,464 38
828,429 828,429 00000000000000000001ec0ab02e35f9a4e2fd4e69685b27872d1c1c12b4e1a0 1.78 MB 3,072 34
828,428 828,428 000000000000000000025256208845ce75e97a777e6c712bdd9fc33e8ab6c229 1.83 MB 3,069 35
828,427 828,427 0000000000000000000034fb271629e5d25bfd606ef9993534ffb0383efd1ae8 1.97 MB 2,358 32
828,426 828,426 0000000000000000000077b80b753d2741ac6da19d6ff19bed67a3dd3a660248 1.90 MB 2,615 35
828,425 828,425 000000000000000000002527e317a23c8723b58fe70f153a6f76b1145b3143f5 2.34 MB 2,394 36
Previous 10 blocks ↓
Total Size: 684.25 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,330.88 GB sent, 100.07 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.