Memory Pool Memory Pool Refreshing

79,891 transactions
34.47 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,612 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,904 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,611 (375,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
474,522 474,522 0000000000000000014ab30224e0540d7d7589b75c951031d146493b40691693 1.00 MB 2,452 344
474,521 474,521 0000000000000000009093e1a049b2cb90189747de53415cd2d69ffc8f65ba97 0.00 MB 1 0
474,520 474,520 000000000000000000fb2cdb54496a1a566550afeaf35a4e90b99aa0cec42a29 1.00 MB 1,741 385
474,519 474,519 000000000000000000c899e7a0b353425f02936be6ed6261e955478897a2843a 1.00 MB 2,178 211
474,518 474,518 000000000000000000e824ff9425cba859195177f05e2f094d2f92e754dd03a9 1.00 MB 2,398 272
474,517 474,517 0000000000000000004a40546dba44d9519426ba96c99092db2a6f88e4255247 1.00 MB 2,150 304
474,516 474,516 00000000000000000132cd5e10c81ea3adb8acae1e0f9cfe4fedd9394f2edc32 1.00 MB 2,232 333
474,515 474,515 0000000000000000007981ee1fa91be809f33cf85af02b34336b58d2328e8edc 1.00 MB 2,224 281
474,514 474,514 00000000000000000031a736bce9c8a91968c544391834c1e0f3de5cdbf06011 1.00 MB 2,670 332
474,513 474,513 0000000000000000007401fee5d4915bae79bdf883a6d998c5a43c9b293996dd 1.00 MB 861 364
474,512 474,512 00000000000000000171a90690bbebc16e223153fc8c458564714704cf86ae17 0.99 MB 514 342
474,511 474,511 00000000000000000002c659e2c1d223225103d785e982adc61f9fd923ac09d2 1.00 MB 1,465 398
474,510 474,510 000000000000000000ed37c421c9acacf091a9bb902421ee6e0cabfc8b1a6f67 1.00 MB 2,542 294
474,509 474,509 00000000000000000135da85fdd890d6f28865e33aaa3b7aa00537056e094c11 1.00 MB 1,868 33
474,508 474,508 0000000000000000003c21781d0593ea03690f7c94fb94c45fddaa1607998d7a 1.00 MB 1,706 125
474,507 474,507 0000000000000000017f72371d7300564c7209f19ab758dba64539616ff329a1 1.00 MB 2,304 132
474,506 474,506 000000000000000000709cc00edd5b860aa5abbfc8ce64f191b1479cc1a2e399 0.99 MB 2,320 228
474,505 474,505 0000000000000000011413f75a32e067824214c0de05f13576add93087478788 1.00 MB 1,967 175
474,504 474,504 000000000000000001763ebcea127d82b5c49b620960e2d881c4ace719d5fe46 1.00 MB 1,904 188
474,503 474,503 0000000000000000004d4eb187b869e81411ef88a35a74691d7efe706b9cf572 1.00 MB 2,377 122
474,502 474,502 000000000000000000d7fc6823ec9b69ef03b8c3a993c2cb5172a79089da8695 1.00 MB 2,475 187
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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