Memory Pool Memory Pool Refreshing

28,585 transactions
33.00 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,847 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,750 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,846 (70,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,588 792,588 000000000000000000007110369b0dd4764304e0f283597a69e8669c636e793a 1.60 MB 3,367 60
792,587 792,587 00000000000000000002ee09ec0746c79e742407cb6dbc7510e0792172eb8b29 1.63 MB 3,820 48
792,586 792,586 00000000000000000003d159130a67b2240ff4b5bff354e15df914d548ba9af3 1.69 MB 3,792 34
792,585 792,585 00000000000000000003c8f730bb84f9892d176fdb64309ff91f1f54b755285a 1.39 MB 2,709 47
792,584 792,584 00000000000000000003f45eb23f33ac7ab5c3e44047c2541da4490de73007b3 1.49 MB 3,139 43
792,583 792,583 00000000000000000004d58c91cc225c867d7ff2fcb5f9814139789017fda9bf 1.57 MB 3,441 61
792,582 792,582 0000000000000000000079aaca4e27ab4954dfd69905b48145609b0ee9ed9ec5 1.48 MB 2,791 60
792,581 792,581 000000000000000000055f131d7223a0ea5d8fb4de6ae3ff5141ce504e4efea7 1.56 MB 3,193 27
792,580 792,580 00000000000000000003877ef800d837ee22ee3f4f8de204cd3257ae1e46f493 1.61 MB 3,705 39
792,579 792,579 00000000000000000001ce93084cdf6d626eafbe64a5f91938a53a8d58376c5c 1.55 MB 4,512 51
792,578 792,578 0000000000000000000501f3b5a3c7a29e22f3873740109e4a97654b8ddb5b24 1.67 MB 4,410 41
792,577 792,577 000000000000000000036b63424af0d0da2f4c4fa4a81612b858b8c454447a9c 1.56 MB 3,939 51
792,576 792,576 0000000000000000000243af71d86fbaf6674c8e72e5000cd0da664c9d33599f 1.53 MB 3,342 58
792,575 792,575 00000000000000000000ffc7ccec59e06c93663f34c24139c0452c126a5fca7a 1.64 MB 2,355 41
792,574 792,574 00000000000000000003995c68a93ef720c2af247fa07d404593bd0a58f9917d 1.52 MB 3,409 63
792,573 792,573 0000000000000000000384f7589b1f63c1fe15b675cf696f7db807efb826d772 1.56 MB 2,352 37
792,572 792,572 00000000000000000000d8bac4fdaa804744d9fc5215537f5ab7c70632fc74fc 1.39 MB 2,742 51
792,571 792,571 0000000000000000000119cdc1271cb700321673da6e3aaed1bd7ce908eb80a1 1.34 MB 1,981 51
792,570 792,570 000000000000000000025530ea6ad2ccdab182cdf296c63f282b2e999e0fad36 1.55 MB 3,512 66
792,569 792,569 00000000000000000001a5363330f9cc3d55f383f37b87791bd1b772c6dbded4 2.25 MB 3,729 23
792,568 792,568 000000000000000000050b9e970d53cbc64ca6b504bf82cf4d3e97f747ef333b 1.59 MB 3,654 41
Previous 10 blocks ↓
Total Size: 685.81 GB

Node Information

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