Memory Pool Memory Pool Refreshing

73,432 transactions
27.60 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,016 (67,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,626 794,626 000000000000000000024e540a1ce60e3d8975f678247c03bd7bf9347827fde2 1.54 MB 2,721 34
794,625 794,625 00000000000000000000b63934c819fe456dcde23bc01414e1a3ff7b9bebfb91 1.67 MB 3,324 30
794,624 794,624 0000000000000000000035cbeb39c26fd57a71b9e8040b33bf8d01f180c90ecd 1.45 MB 2,687 29
794,623 794,623 00000000000000000003ab70bb4db59af53bf166f6e7c78157098e8e85a34b95 1.72 MB 3,433 37
794,622 794,622 00000000000000000004bc48249a67f48124bbc53c1f454681eba06759022ab4 1.56 MB 3,502 45
794,621 794,621 0000000000000000000020ea5d178fb5dbb8c9a2f385933b337f73ea0baa8332 1.46 MB 3,537 34
794,620 794,620 0000000000000000000324d34bb6d672bb45a223b6620789c67bccce7f492c19 1.55 MB 4,705 42
794,619 794,619 00000000000000000002c940a6622614f97487c90c273f0e8e80fcd52c024459 1.65 MB 5,219 44
794,618 794,618 00000000000000000000c4ab104eeea12e66310d436ff30757f03d22fde37a2d 1.60 MB 3,933 50
794,617 794,617 000000000000000000014d30a1c0cf36a9cca66dba86d7c0a8d12eef445153d7 1.62 MB 3,529 60
794,616 794,616 000000000000000000047ea4ccbd5c2d982f07a381b65eeb5b2a90a776d5a6f6 1.73 MB 2,917 67
794,615 794,615 00000000000000000002d80156d9155adf8d2d349654a55553fda49d2e8fecce 1.74 MB 3,391 25
794,614 794,614 00000000000000000004843eb2b2d5b3ab71d1e016bf85c9b4b597ef80a8d439 1.73 MB 4,729 38
794,613 794,613 0000000000000000000451c0e2254970e200b34d39627700a12cf1910ee8c983 1.71 MB 4,942 42
794,612 794,612 0000000000000000000443ac7d18c381060fe0ff1ea70261ed671ddf56dc094e 1.65 MB 5,028 42
794,611 794,611 000000000000000000005fc9959c208c1923ce971a1e2587b5629f650b7d9082 1.75 MB 4,941 41
794,610 794,610 000000000000000000042365a72875c0d8613e6e5c4eddfa8cc72eac2d9c75f8 1.81 MB 4,575 50
794,609 794,609 000000000000000000007d130e5c295998162104f4bfca5a191b0c0b18fa1b39 1.90 MB 4,230 49
794,608 794,608 000000000000000000015a29e7536de6c720eebcc1a94d86852fcb86d6e53fff 1.70 MB 3,949 18
794,607 794,607 00000000000000000000546c18e17fbd96204be989bbb306c9c4461f9e27bf0e 1.84 MB 4,139 12
794,606 794,606 00000000000000000003042ded52fca1c4aabd4c7701edcbe1b0a70c4e05fd25 1.48 MB 2,709 30
Previous 10 blocks ↓
Total Size: 684.19 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,329.79 GB sent, 99.73 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.