Memory Pool Memory Pool Refreshing

69,106 transactions
31.02 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,476 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,767 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,475 (247,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,071 602,071 00000000000000000002de24a130e561e34789176a7af64aa6e322b70b2a03d1 1.08 MB 2,208 16
602,070 602,070 00000000000000000004421bdb56455cd66e0806862900b79b92a1177f7bfbc5 1.22 MB 3,111 25
602,069 602,069 00000000000000000009bb556a1fe03c25276348efe0f18788e7f2ef5f0c9731 0.26 MB 485 28
602,068 602,068 0000000000000000000ab2d1eaa547fff82baa845a3fc9bad9af643239064f9c 0.77 MB 2,013 7
602,067 602,067 0000000000000000000549f9ef5e9fc0bbf82668be61c31927b2d756a4fe29a7 1.27 MB 3,533 23
602,066 602,066 000000000000000000036a2a3034dfedbb664464aa44b5498068f63e05ac2721 1.29 MB 3,501 41
602,065 602,065 00000000000000000012d00fcf96439ffeacd2ff440cfcdb8ef932fb950be229 0.30 MB 804 24
602,064 602,064 000000000000000000101065a5167b29088f0e78e4b73cb0c6f95c1b7a6b7225 0.05 MB 146 21
602,063 602,063 000000000000000000074345175add3fed1e668adc50b17d983bebb3f438a5f1 0.46 MB 939 25
602,062 602,062 00000000000000000011b3c52364808b61eaf0f3010fdbf202bce83688f0f240 0.27 MB 666 21
602,061 602,061 0000000000000000000a74444165fee1c77d64e1048e1210dbfe8c9e259f384c 0.19 MB 441 39
602,060 602,060 0000000000000000000ed21be06641635e7b470bb295731bef8a632c680340ac 1.25 MB 3,583 24
602,059 602,059 00000000000000000010941dce123be0962d3fd7a72a6b3f348fdf792540b06e 0.53 MB 1,154 22
602,058 602,058 0000000000000000000ea76d2ebf9ea3dacbd2b183caf3d92644db501e9ec782 1.25 MB 3,502 24
602,057 602,057 00000000000000000011407eb42c95375aaf83163058fec4c601adb272998fd8 0.30 MB 730 23
602,056 602,056 00000000000000000005efdb5b226ead53347b2c18dde87df26569d3bec5719d 0.18 MB 395 20
602,055 602,055 0000000000000000000c9ddb44351cc770c01dec8760ef5a7d04305a2725fa27 0.67 MB 1,037 8
602,054 602,054 00000000000000000002a1cd45baa0cc978947f3c0496bdbfdea95a0f681a560 1.29 MB 2,583 14
602,053 602,053 00000000000000000009a5f2add688b7a3437f45541fd5aa58ba53a6a940732c 1.23 MB 2,756 15
602,052 602,052 0000000000000000000465154dacf40e13a29c74e92afc3893f693b802a6f09d 1.24 MB 2,201 45
602,051 602,051 000000000000000000020be40f562f1bdd50398288e88926a2a6b52d1e1dad94 1.18 MB 1,889 17
Previous 10 blocks ↓
Total Size: 660.51 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 101 incoming
  • Data Transfer: 401.92 GB sent, 1.83 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.