Memory Pool Memory Pool Refreshing

79,582 transactions
36.11 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,658 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,205 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,657 (451,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
398,496 398,496 00000000000000000381cfe01151f65d9274ad67e403ae86d5877a9776b2dc51 0.25 MB 295 15
398,495 398,495 00000000000000000140fa24e8f68a18e946a6c8748d3e0e9cc0cc9d6263468c 1.00 MB 1,999 36
398,494 398,494 0000000000000000001f33dc8f83806e4876627c7b74a7097bf81e252b81eb24 0.91 MB 914 19
398,493 398,493 000000000000000003afb748ccbfeb505293eaab560969d30c7ac6b8120e0d47 0.32 MB 547 30
398,492 398,492 00000000000000000637bb1d2488c503c797bca2200361d20bbdfc1dc43300ad 0.53 MB 814 29
398,491 398,491 0000000000000000050bb1d6a64963e40f739afe76fb2f09b44aba288dfb81fc 1.00 MB 1,568 28
398,490 398,490 000000000000000007960a41a7b933a1b0308077c7914406708da5a905cc8aa5 0.93 MB 1,568 31
398,489 398,489 000000000000000004a92d50919d94456b222ef5693296ae1f9c1234f7acdea0 0.93 MB 1,601 31
398,488 398,488 000000000000000005944efc42734d625659785c99d6bacf917fd39c4440f486 0.93 MB 1,713 31
398,487 398,487 00000000000000000712a10e5330e3874fc8c805b0bcb99c07abe5e00c54e1b0 1.00 MB 1,902 35
398,486 398,486 0000000000000000047d02328c6333bf5994962ac245717627cbfdb7d653a28d 0.95 MB 1,928 34
398,485 398,485 00000000000000000611d46102286399a31bc91fc255c692bb5dca729cdbd22e 0.99 MB 3,151 58
398,484 398,484 00000000000000000385aaeb0065e7e70d3031bb08bc95c068b50f10b7036792 0.95 MB 2,279 48
398,483 398,483 000000000000000003fb80df589d118d785d8dd91a1f70d7b5d222c4183de0bb 0.35 MB 703 34
398,482 398,482 0000000000000000053976f502cff3754426e920a3b7f4758663f7113dbea42f 0.00 MB 1 0
398,481 398,481 0000000000000000059b3c869049cb048ff76fe03d2554748d30b42c14961a44 0.22 MB 371 31
398,480 398,480 00000000000000000167ee2545f48914c1bd0624d756e9645534b152ad138917 0.43 MB 654 25
398,479 398,479 0000000000000000069f6bbc287b5f484179b14bf8489ac5b802d1c24a017f37 0.93 MB 2,317 41
398,478 398,478 0000000000000000041ae02a092fe35572b8edd402b1d11a60aab9b2108a6771 0.93 MB 951 16
398,477 398,477 00000000000000000586fd0f7a6e42942756b0509649f443c7adeeeb8ee1b0c8 0.93 MB 1,199 21
398,476 398,476 0000000000000000067f1f1801349ee99082e7d87fabca9f312c6f24a35d17be 1.00 MB 2,064 30
Previous 10 blocks ↓
Total Size: 660.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 588.28 GB sent, 3.46 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.