Memory Pool Memory Pool Refreshing

26,263 transactions
31.80 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,987 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,040 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,986 (48,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
815,084 815,084 0000000000000000000373c663edef801cc80098157dfc4892d665f53d3276ac 1.64 MB 4,044 13
815,083 815,083 00000000000000000002f17047e561b259d28fb86ce4f86f1222af4c23fdddb6 1.58 MB 3,608 25
815,082 815,082 00000000000000000002a4581cb25a89e6c2a9d2f4c4aa62ecaa4c527fe69bd0 1.51 MB 3,666 11
815,081 815,081 00000000000000000003d864b0428d75cee83deb1ae478e516e9a9a554bb145a 1.57 MB 3,795 16
815,080 815,080 00000000000000000003942ce9c949df17a2271eae9c4c20a722fc60fee28750 1.99 MB 5,822 11
815,079 815,079 000000000000000000046935dfbfa5bdb6d2cf11efb31a2a1ad598a8060b0734 1.94 MB 4,030 10
815,078 815,078 00000000000000000001f80d4ff94f24613e4ae06bdaaab1c587da9c23900784 1.61 MB 3,363 11
815,077 815,077 000000000000000000014c2f2416ae449e026f25550b973da382510b3b47dade 1.60 MB 3,426 14
815,076 815,076 00000000000000000004539d68dad06a47b0f4a83ce0341f57a91e5cbe7ac42d 1.60 MB 3,796 19
815,075 815,075 00000000000000000002e987fe14ac0efe1bf9aa2b7be7efbd3dd5cc94b38d78 1.49 MB 3,049 25
815,074 815,074 000000000000000000003e649746aaaa1e82d4971c828be24c586620909ff7b2 1.53 MB 3,183 11
815,073 815,073 000000000000000000005bad5ef969b61120c3f336a1e53d13357d5f34b95e93 1.36 MB 1,754 10
815,072 815,072 00000000000000000004289b0682d045d45a7bd52234edca4e4b8bebafcb5177 1.43 MB 2,767 15
815,071 815,071 000000000000000000041d95beb17a6556d816a8bcb77a9e5c88f77d6afe287d 1.61 MB 3,589 13
815,070 815,070 0000000000000000000426c0e08098277c9d4a1c97292cc83c877803b2e16e3e 1.62 MB 3,427 10
815,069 815,069 0000000000000000000077504eac6e1d6a8acf58b04f57f9ed82cd2c99d85cdc 1.62 MB 3,680 19
815,068 815,068 00000000000000000000d6c78dfab229d5c568817941866ed12763c6a710e99f 1.96 MB 5,644 6
815,067 815,067 00000000000000000002c61f27f9e3e8df55599c4635840773fe6863a2a40cf1 1.58 MB 3,166 11
815,066 815,066 0000000000000000000103386d4b7799dfbc60c3ceb02e7df9f06bf75fb9e28b 1.69 MB 3,747 13
815,065 815,065 000000000000000000022d53fb0ae13e08f5042bcc48b2d9dae93ca8c8c33bcd 1.84 MB 4,946 8
815,064 815,064 00000000000000000001281ec1a7d109d94cdc918d4608ff3922364a80d928f6 1.95 MB 4,648 6
Previous 10 blocks ↓
Total Size: 687.99 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,534.69 GB sent, 125.28 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.