Memory Pool Memory Pool Refreshing

46,789 transactions
32.46 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
869,510 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,212 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,509 (75,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,688 793,688 0000000000000000000417d22f1ad5349c6f0d7bba318866408428d493a612ac 1.45 MB 2,520 62
793,687 793,687 00000000000000000004bdf6c4136f32317d587673fe22cce9016b60cca5b8fe 2.40 MB 1,896 28
793,686 793,686 00000000000000000002fc9f3c6a06e4d8032e3433df76aa7198eea73c1f5ef3 3.06 MB 1,765 20
793,685 793,685 00000000000000000003e80d77f1322da3597124913a1b84dd6da46f6980228b 2.85 MB 1,769 18
793,684 793,684 000000000000000000009a2300023e177dc0345bf2df316461e63c0b475f955b 1.99 MB 1,596 18
793,683 793,683 0000000000000000000185734125b078caceaf48b7c9b1905990fca7234c07ba 1.77 MB 4,473 16
793,682 793,682 00000000000000000000252b62ce37f930f2e784ce2e7ca29c7a42ca9ad9bcab 1.79 MB 2,674 16
793,681 793,681 00000000000000000001ee43c65fa15ca9ea9f62ee6de8f140330ff0a22788b5 2.39 MB 1,895 43
793,680 793,680 00000000000000000003fc5d32f69ee28e5d95b3b44207787f6ded9c21bf37a9 2.26 MB 2,135 39
793,679 793,679 000000000000000000002e7fcbfd8703fab4515992ab5e6ada2058a8c4f69d4d 1.59 MB 3,146 59
793,678 793,678 00000000000000000000dc2bf61e6e2d5cc3133c16caab661ada593e2cb32962 1.66 MB 1,786 16
793,677 793,677 00000000000000000000ccd1174f487928b29b1dca9cb9a910cba352522fa5ac 1.50 MB 1,757 34
793,676 793,676 00000000000000000002f6c8e0fe25f9112bde7eaf0487d4a537e9e7104c19f7 1.48 MB 1,998 61
793,675 793,675 00000000000000000004f19d9171e5c13ef68143bcc7a74dc3ed1b81666f2513 1.73 MB 2,513 36
793,674 793,674 0000000000000000000211946999b2f039ea4841feb200240ab8491c61efa80f 1.82 MB 3,027 24
793,673 793,673 000000000000000000047ee3f0e795576e1f9dbf1c778813f6946788beb6a8b2 1.87 MB 2,432 18
793,672 793,672 00000000000000000001cf9b8be570a0778ae306a0571269899d1c0b617a5339 1.71 MB 2,844 32
793,671 793,671 00000000000000000003ca4615a7c38f036ff05bbc69cee12044ed7aad1da32e 1.57 MB 2,720 83
793,670 793,670 000000000000000000042fdbee6d7ea0dec4baf943fec8c5bd5b984806dbb774 1.71 MB 1,476 23
793,669 793,669 000000000000000000010da37b7962f1022cd53d5701c704a1f8f08ec44c043e 1.66 MB 2,176 53
793,668 793,668 00000000000000000002e6c14d7ec7a87591d528f7d7d12da0eb4c70c9854bb2 3.08 MB 1,213 34
Previous 10 blocks ↓
Total Size: 698.54 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,093.13 GB sent, 200.88 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.