Memory Pool Memory Pool Refreshing

69,464 transactions
31.72 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,449 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,218 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,448 (117,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,500 731,500 000000000000000000022cf1102e55c00583770e038b89c79451580a6973e95a 1.52 MB 2,457 18
731,499 731,499 00000000000000000006fcfe1841b213ea23e249c5f7166ae2805c07459462bb 1.89 MB 1,665 10
731,498 731,498 0000000000000000000749fe40cbbd8bea5fec076d285ca59bb2d74a707bb6c3 0.05 MB 121 10
731,497 731,497 00000000000000000009340c73275808ad349411f6d3f70c4b9d548e4a4e9f05 0.47 MB 648 7
731,496 731,496 00000000000000000005cc7b8a24be7b44d1a7c9e21185f3149481e5f5cdcebc 0.05 MB 80 11
731,495 731,495 00000000000000000008690968cbc25b23b1c89fbb2c06512311e8712468ef65 0.01 MB 25 6
731,494 731,494 00000000000000000001b3e92bb7c3c10332c7e425ac221a682efb15408e17da 0.33 MB 426 8
731,493 731,493 00000000000000000004c50950b5d8e404453228855153e0ed199bec07524436 0.04 MB 26 12
731,492 731,492 0000000000000000000290bcef91584f706ac54df1e6ff6b5054e4ed84fee087 1.12 MB 1,158 5
731,491 731,491 00000000000000000005307b05d11cb20fb410353ffe3614135dcac13255dee9 1.88 MB 1,556 10
731,490 731,490 00000000000000000008f41e3c38b7f5f5959d14b43a4a56988af2ed3a2d727b 0.15 MB 200 8
731,489 731,489 000000000000000000019e1fe9484399a683a0e84604731c8ee3695fa29a4679 0.30 MB 547 9
731,488 731,488 00000000000000000001772a28e115877839aa05c31de78b24853294cc62cddc 0.74 MB 913 6
731,487 731,487 00000000000000000000aa8a787dd852cc5983b5c1532b9bea7d410fe425ae54 1.30 MB 1,811 8
731,486 731,486 0000000000000000000190c72b3b75ccf962e048bdbec6981e19f47a2cd7f90a 0.96 MB 296 4
731,485 731,485 00000000000000000001d825cf737864f76e7873bd1e5b886d31ecc335cba9ca 1.50 MB 1,169 3
731,484 731,484 00000000000000000002b20c410d2ec2c485671eed990fe4117033e00252ba68 1.48 MB 2,464 11
731,483 731,483 00000000000000000009224461958b5e4b5abc4ff32bdcc15fd9c1053424e82e 0.49 MB 442 6
731,482 731,482 00000000000000000001d862c4a2af10472c18bf1a33831016252117fc85b4e7 1.33 MB 1,400 7
731,481 731,481 0000000000000000000810542407bc4bc0998c7934fb8c9f21046ad8d70bd0b2 0.01 MB 33 10
731,480 731,480 00000000000000000000ec7d41e70e4a1b81bbebbdb5e33a57399bd86854c1c3 0.10 MB 28 3
Previous 10 blocks ↓
Total Size: 660.46 GB

Node Information

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