Memory Pool Memory Pool Refreshing

82,643 transactions
36.72 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,647 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,490 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,646 (265,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
584,481 584,481 0000000000000000001307f7ec3d7d7af558d1b3c75d9d3b2c1bbf8ad16bcc83 1.20 MB 1,859 30
584,480 584,480 0000000000000000001203b8f423957bdb0ff6fb3da60df85e7fc595de59bc9e 1.16 MB 2,531 37
584,479 584,479 0000000000000000001c7ea36067ac1ede695f1ba4ca249513c2013f7e55f55b 1.09 MB 2,392 33
584,478 584,478 00000000000000000016ed708cd4ddc640a4c10f16c37854a094cc5a4ea24336 1.10 MB 2,250 25
584,477 584,477 0000000000000000001ec44e1c522aea0d2c6a2781e718e90ae2ebcfe41515a3 1.28 MB 2,938 62
584,476 584,476 00000000000000000007a5d8303268ed4e5b944d64bcfc521fb763fd28be3395 1.32 MB 2,493 42
584,475 584,475 00000000000000000019ef3e3672549319b23dfaf99e06c611f556711c198799 1.37 MB 2,189 64
584,474 584,474 00000000000000000002812c3e9507f93d2e776cebdd8dd876df0b890ac1f89c 1.37 MB 2,619 42
584,473 584,473 00000000000000000002004ffe61ef53abc94783d26b8143b60c4a66c5ad4125 1.21 MB 3,075 82
584,472 584,472 0000000000000000000339d830219699d29a22065e2db64dcb5dd0b22071f43d 1.19 MB 3,131 87
584,471 584,471 00000000000000000020def7bd54e880fcbff4fbcab68d66846360c515aecf82 1.24 MB 2,663 44
584,470 584,470 00000000000000000011e3b03529667a5e65530ede5aa51d42f6eecfe269a0c9 1.22 MB 2,043 47
584,469 584,469 0000000000000000001f67f0208deeaf5bdb6e0d456960545de563bc3dad4220 1.30 MB 3,095 70
584,468 584,468 0000000000000000001771dcf9efcf6caefdca97589b04718a066266dbfaf8a1 1.25 MB 2,340 64
584,467 584,467 00000000000000000020107dd313e98e71774caebd4c67c937f15534280e17c1 1.20 MB 2,524 73
584,466 584,466 00000000000000000004fc485efc4b6a27a4ae49e8003ba7b6a4008a808c9a32 1.33 MB 2,471 46
584,465 584,465 0000000000000000000e157e6c25cce42680784b1d26bb26b7f42d171f31ce30 1.21 MB 2,707 80
584,464 584,464 0000000000000000000126625623e85dbc251c45bd03c960fec7f9db6d7afbe4 0.73 MB 1,791 42
584,463 584,463 0000000000000000001fbea2fcbf4db8a17f07865c32afaf9a594f10ea067793 0.97 MB 2,157 29
584,462 584,462 0000000000000000000e0fab9843f83a2424c90afea4cff50ed61572d861ad92 0.26 MB 287 13
584,461 584,461 000000000000000000086945a6a6bcc63959a705a9db666aead83252fa1687d8 1.21 MB 2,370 3
Previous 10 blocks ↓
Total Size: 660.84 GB

Node Information

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