Memory Pool Memory Pool Refreshing

87,376 transactions
24.60 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
860,369 00000000000000000003255b0000000000000000000000000000000000000000 1.00 vMB 5,404 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 860,368 (44,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
815,720 815,720 00000000000000000004431c5425c4e39eefb0780c7698fd818f404a1958a1f7 1.42 MB 2,729 64
815,719 815,719 000000000000000000046abdad135a4c294767a49b10ab29091384df94697fb9 1.47 MB 2,875 73
815,718 815,718 0000000000000000000092a20365296835d4c268bd63bb3c4ff960d59e5ac626 1.57 MB 3,009 85
815,717 815,717 0000000000000000000219e6da7c862f6c10bf236fbde945640789ee7657e3d6 1.61 MB 3,373 87
815,716 815,716 000000000000000000043a2be219746d6751b79cc75139aaabc402f7ca7a3b6f 1.60 MB 3,623 67
815,715 815,715 00000000000000000000cf42dd274c65064acbaf1413ce535ef93cc12d9350ca 1.65 MB 3,472 70
815,714 815,714 00000000000000000000114c1b5646c5dd67a8090bb2b86a338cf1f662a2a181 1.53 MB 3,076 65
815,713 815,713 000000000000000000029a273bc55f7b34dfdd5e88d07d82319990d32f62c9aa 1.63 MB 3,951 86
815,712 815,712 000000000000000000046cc79d7b036e7aced579ef4e6ebb5d33548a1b79e4af 1.55 MB 3,124 68
815,711 815,711 00000000000000000002ad5732aa1bb2909f8759e07b62038d22082a148a6458 1.57 MB 3,363 90
815,710 815,710 000000000000000000019900ed932edcec41e189a5aa427d0b7f062da4295cc5 1.52 MB 2,021 59
815,709 815,709 00000000000000000003a32aa4748d53419d56d5250278ff0e5d1c4c6984412d 1.57 MB 4,214 75
815,708 815,708 000000000000000000012d3782412339d12b45b2be405a1517d16462708040ec 1.46 MB 3,350 83
815,707 815,707 00000000000000000001dafac3eb16e2dc7894fb83891cfe7e3b9ba6e5347c76 1.58 MB 3,709 88
815,706 815,706 00000000000000000001d8d7eb638f997c7c0da9ca8555a12db77f063faa52d9 1.59 MB 3,430 100
815,705 815,705 000000000000000000002c13d660ab4bcdd83a6f3e5798d564082aa252904c99 1.69 MB 3,931 42
815,704 815,704 00000000000000000001dbb8c588b2b0a599be0692efe6880a0b14b400bfbfde 1.41 MB 2,353 39
815,703 815,703 000000000000000000029ced49f64b39c0f5a1299a3b98a8f51d84628234aa8c 1.59 MB 3,427 45
815,702 815,702 000000000000000000035aefbfa870d55062d2756c1affa3928952385c02162b 1.53 MB 3,390 54
815,701 815,701 00000000000000000000fef00642527c39802ab6929c192e8da7c4fd74817880 1.63 MB 3,865 44
815,700 815,700 000000000000000000047fc8aabdcd0177b61f59020ebbf0bb2cd11864733eca 1.59 MB 3,895 79
Previous 10 blocks ↓
Total Size: 681.04 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,123.85 GB sent, 75.11 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.