Memory Pool Memory Pool Refreshing

20,347 transactions
32.89 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,963 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,241 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,962 (67,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,554 796,554 00000000000000000002f10602aebde5f2fa8d2b0eaad06c40e316395235c0f8 1.67 MB 2,479 20
796,553 796,553 00000000000000000002fd5c8323290078cb7636acfe3223581d967077766263 1.71 MB 4,170 16
796,552 796,552 00000000000000000000b02910781702a19490fb47d527eb45a0ef4977056531 1.87 MB 3,053 10
796,551 796,551 00000000000000000000b45d12d6dc5670256544a4b6d51635a9c5e47132311c 1.74 MB 2,869 17
796,550 796,550 00000000000000000001ac108a2ddfdf708602eb4ec079e1b987b64041ff6e76 1.52 MB 3,796 33
796,549 796,549 00000000000000000004f1da288efefec3488c6e13383590839cab87d1a8dd58 1.44 MB 2,108 22
796,548 796,548 00000000000000000000469c1a71577a9f2e94b1d9debd7ce00cb59c0807c6a6 1.51 MB 3,274 28
796,547 796,547 00000000000000000000bfa614b2bfbc233382b63d687794f81916482e33a630 1.74 MB 2,226 16
796,546 796,546 00000000000000000004e7064579c9512deec60493cdcdf408f02892ae0e5540 1.57 MB 2,838 24
796,545 796,545 0000000000000000000273e5a5ae3ea84767cbc19d51f62b41b5aec6cf582853 1.60 MB 2,764 34
796,544 796,544 00000000000000000002cc5ed92fdce56b3c7906b5e50e57c9d4c246686c0f92 1.69 MB 1,354 35
796,543 796,543 00000000000000000003b111f34c89c1718a4769da718e330b9689bfc6a746ca 1.77 MB 4,136 14
796,542 796,542 000000000000000000001ae5a5b0320cc7fc0ec0805994aa684e34211ed09ff2 1.85 MB 3,565 17
796,541 796,541 00000000000000000003296fb2c0656df6b5386a3702b357b5d0bc3112643b73 1.63 MB 3,210 19
796,540 796,540 000000000000000000040c8006b9a74ea06ba9e434246f37386e19186dd23ba1 1.76 MB 1,681 18
796,539 796,539 00000000000000000004a34f3f27b1b78ab72a443e433e1049164c4be7df647f 1.88 MB 1,590 13
796,538 796,538 00000000000000000001e45c663efa8976a1157f5dcfa12790d6ef9d9786f2f4 1.60 MB 3,585 32
796,537 796,537 000000000000000000053bc9ba34a2a62c41ced250dd92fb54f6f7679493ab8e 1.89 MB 4,949 19
796,536 796,536 00000000000000000001b76e823b212a1381d12b72e3d8096d895dd6a6715356 1.82 MB 1,806 15
796,535 796,535 000000000000000000017e7da93aff4bf167742bb280d26f7271344ab1a2f95f 1.97 MB 1,985 15
796,534 796,534 0000000000000000000287d06a41984feef8e0e09ae75ee2f26db4f04860b14c 1.56 MB 3,278 14
Previous 10 blocks ↓
Total Size: 687.95 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,533.46 GB sent, 125.01 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.