Memory Pool Memory Pool Refreshing

68,710 transactions
31.76 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,331 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,692 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,330 (66,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
802,718 802,718 00000000000000000001536bc3b7787431c7fd9fd1b3829cd5c1942d8322e4e2 1.46 MB 1,637 11
802,717 802,717 000000000000000000045e7cfeae5fb2e1fc383c12da117a838f49a664bd16ef 1.34 MB 1,184 18
802,716 802,716 00000000000000000002ec24732d16b2a6978c1db31238ec20338070cb5507da 1.48 MB 2,294 11
802,715 802,715 000000000000000000010c1c0aef1f2b07374e2422237a8c62c6032cc4ef760d 1.42 MB 2,558 14
802,714 802,714 0000000000000000000218f9f9bb71ee93f63592d6b85c775e6a63800f25e925 1.64 MB 3,064 21
802,713 802,713 00000000000000000004e4ce9ce7f1405cb892d70c235a32482a3020c2e27432 1.49 MB 3,149 30
802,712 802,712 00000000000000000002d5fe20016122bbc8a31ba060618eb17fcd2a8b58164f 1.57 MB 3,367 27
802,711 802,711 00000000000000000003bdf59df42417c191fd8f4e3e651f8ec10a3b2f16263b 1.51 MB 2,851 31
802,710 802,710 00000000000000000002e8a5bb36e378c2eb1183d5e92efa46ff0ceee2814c7f 1.30 MB 1,946 22
802,709 802,709 000000000000000000027bd368f50824e23b87d5ec449f62e78d65e26e87f7bf 1.23 MB 1,190 22
802,708 802,708 00000000000000000003d50a14cc4c21074b921507b6fb9d09ddb79ba480aa14 1.09 MB 443 9
802,707 802,707 00000000000000000004f5ecd8fe6a462d4600c05acd6dfbb5725e335829891a 1.48 MB 1,927 12
802,706 802,706 0000000000000000000273ba7210b1c4987cd5a19a7f0028fdc5da48e607b61e 1.54 MB 2,220 11
802,705 802,705 00000000000000000002418cf7ae90b306a8f8324eee2dd5a7fb8860b9ef8bf5 1.60 MB 3,810 20
802,704 802,704 00000000000000000000b517be2f135092a88113b48cf937991d58e1e2ff3ab3 1.43 MB 3,256 33
802,703 802,703 00000000000000000004c584b24e8d4c9b19f4647fbad4755f75945f83c01afd 1.51 MB 3,426 30
802,702 802,702 000000000000000000028ee5ce3521e91c0ea46beec83b42002536bcc3b184ef 1.41 MB 2,539 21
802,701 802,701 000000000000000000031f4edf8f60e494293f08326a79bd277268354fa24f18 1.64 MB 2,267 10
802,700 802,700 00000000000000000000b7bc9f8edfa8684aaab75f56f08e4be732d0e9be42eb 1.67 MB 2,768 15
802,699 802,699 00000000000000000000a26b83f53db1961cb4620c2bec5a03d3fb94e3e356c1 1.61 MB 2,169 14
802,698 802,698 000000000000000000034381dde8970bebac55f0e47cf734b1cb5af666660c6a 1.40 MB 2,034 17
Previous 10 blocks ↓
Total Size: 698.20 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: 2,070.09 GB sent, 198.99 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.