Memory Pool Memory Pool Refreshing

62,412 transactions
31.19 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,946 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,201 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,945 (419,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,262 430,262 0000000000000000003d687c9497e62ce6bd0ae4632cc91610708a3bd9bf21b6 1.00 MB 1,327 97
430,261 430,261 0000000000000000019f4525e574681992a4ab363682fce29e9546fe59b63f62 1.00 MB 1,980 95
430,260 430,260 00000000000000000441fc5d7120a3649ea1e8ee871c925b12d0645d8ba3e190 0.97 MB 1,087 18
430,259 430,259 000000000000000003d5cb42bf9f8cd9781a9936f4078f99b98816ee883c7e7e 0.93 MB 2,523 58
430,258 430,258 000000000000000001ab8dfcc4912ec37105448f9c03f92cdd2e5c1f9f79965b 0.27 MB 644 60
430,257 430,257 000000000000000000d58b83f215889493e72017ddd9e88b47018f31aa275888 0.63 MB 1,628 62
430,256 430,256 0000000000000000007267c578674f5e27c91c7a680aa41f9ebb972fc1b579ca 0.94 MB 1,965 49
430,255 430,255 000000000000000002254dd785589829f1cba842e2acd3368faf391ba7495c27 1.00 MB 1,826 44
430,254 430,254 0000000000000000031d23c2ab93a791599f2cf6c29395dd19f06829f6d41b99 1.00 MB 2,251 57
430,253 430,253 000000000000000000a4378d186c7089d7215f66e9913cc80257d514282a14e2 1.00 MB 2,166 89
430,252 430,252 0000000000000000041df8b248d729456873cd6fda754ff011d99d2eb627d83c 0.21 MB 378 43
430,251 430,251 000000000000000003f9416c02a410eb4f15afb636b1256fc9c136ec9061d487 0.16 MB 293 57
430,250 430,250 00000000000000000192dae25f677b01c3bfbf6ba3850c27a7cf17f2dd66ee56 0.66 MB 1,661 63
430,249 430,249 00000000000000000250947fc6bf35cd14b4a2f5bfe9f14c35916140fa6e1690 0.97 MB 677 23
430,248 430,248 000000000000000001afce59523b3aa0d0b64fadd4439fdd6b31d8d9db4b47da 1.00 MB 2,342 70
430,247 430,247 000000000000000001561b8afc28bb2e08a2cc7d7f3d65ef0236a4ce1ee9ca23 1.00 MB 2,785 62
430,246 430,246 000000000000000004750c12ecaded7b3c63060cd5e9f4646bc444e945c20b39 1.00 MB 2,460 60
430,245 430,245 00000000000000000472562bf93ba3a20a667374c3b77778ecc8d1975a0fb244 0.99 MB 151 8
430,244 430,244 000000000000000004c96e8969698da9763c1529ff5809151d26f078f2e6130a 1.00 MB 1,010 23
430,243 430,243 0000000000000000009ac5246c0c4ed7c3f72209ae5f524971984b3c6f6bfb83 0.41 MB 614 40
430,242 430,242 00000000000000000179c0e0edf8b35d741695aad504649aba221641a0798fcd 1.00 MB 2,810 74
Previous 10 blocks ↓
Total Size: 661.41 GB

Node Information

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