Memory Pool Memory Pool Refreshing

76,871 transactions
35.03 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,549 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (151,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,521 698,521 0000000000000000000797372842b02fe7abd697935348fc007aecccc6d88c75 0.98 MB 1,981 12
698,520 698,520 0000000000000000000f40de89baac6318f19f0c06a71a2f4a6bb7e9bd6ee99f 1.36 MB 2,995 7
698,519 698,519 00000000000000000001b03c061f4a027a01a4d5a2f19aa79e50a0219efabd2a 1.45 MB 2,771 11
698,518 698,518 0000000000000000000eede140cbeacd9d0f1609c4526bf1482ce3c0a71ed502 1.44 MB 2,777 20
698,517 698,517 00000000000000000008ee1f6cf8ecf9acf5d2d37a49522e8b0bc3c456dbbe25 0.27 MB 426 12
698,516 698,516 0000000000000000000f10fc188ac909163bdd4931fe30d053eb2566ff469ed4 0.03 MB 64 7
698,515 698,515 000000000000000000012129c9465072d694a0467e36e30bec9189834a062db4 0.87 MB 1,549 16
698,514 698,514 000000000000000000061a18ec50a5953e58d1f03488266f6bf20c80f14ec1a4 1.40 MB 2,590 14
698,513 698,513 0000000000000000000b71143423c936c1c4ef46ee9f05bfa2db0dd004b200a7 0.35 MB 536 12
698,512 698,512 0000000000000000000d3b00dd95639022b85b877ccbedfa4ed1b0824f9979a7 0.21 MB 385 11
698,511 698,511 00000000000000000009e671a37ee7045e707766db878203308604eb6a6257e8 1.25 MB 1,531 7
698,510 698,510 0000000000000000000e7ac25bc4690cbdcccac34594b2e838e77cbb7c0454f0 1.42 MB 1,768 14
698,509 698,509 0000000000000000000b981109c2f88a28835739f8b7952055c0d245bde0fbaa 0.49 MB 777 13
698,508 698,508 00000000000000000001680d063035746594bdc35d7dafd1007fb800605b1d41 0.05 MB 47 56
698,507 698,507 00000000000000000003f401114a63a1f4e8b8f6388c4bdc622d03afaa13fb7e 0.35 MB 698 10
698,506 698,506 00000000000000000003570b30a6191c1520c19390c39f5de03bc8380a566e49 0.91 MB 1,419 2
698,505 698,505 00000000000000000007730a4d4ae6458d090a9ee4608c31123efb80db63596e 1.40 MB 2,089 15
698,504 698,504 000000000000000000090f77cb49f79d43b5bdede68561a6fa96c482d09d4908 1.57 MB 1,884 7
698,503 698,503 0000000000000000000ea4e45015ab2ca81002a6628a20752ad9590652628095 1.41 MB 1,994 11
698,502 698,502 000000000000000000032e35c6c71d88f132f44c866965f7e94bfefc497b8e1e 1.39 MB 2,507 21
698,501 698,501 0000000000000000000f9f63950a538dd807dc1b6c355360299f7bf49bdf101c 1.47 MB 241 1
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 105 incoming
  • Data Transfer: 535.31 GB sent, 2.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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.