Memory Pool Memory Pool Refreshing

75,639 transactions
38.47 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,818 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,233 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,817 (108,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
741,527 741,527 000000000000000000007c06ffe9b184f784867e14ced512717cd458b7c09cdb 1.21 MB 1,318 16
741,526 741,526 0000000000000000000149c2d0d3cd13cffd24bf84f0818b37e4242614fc3629 1.01 MB 1,464 2
741,525 741,525 00000000000000000002b10656e5406ed8b40d733924a861a6249876e53d0f09 1.33 MB 2,235 12
741,524 741,524 00000000000000000005fbdfca17ae457436d1116bd7672d2ada75e4ce8afc50 1.33 MB 1,601 16
741,523 741,523 00000000000000000002d32b3e0d26e3c7c8c9af2d2462a543cb35f1919d7e33 1.32 MB 1,614 26
741,522 741,522 00000000000000000000315f857b889ca0beaaac04d7352322ce0ece74c88a2f 0.80 MB 1,391 19
741,521 741,521 000000000000000000057bfb84edd92dc65f7464b738bbd68e10de8f8ebd37da 0.86 MB 1,390 15
741,520 741,520 00000000000000000003ac8c61ecec120d0dd8d304ead3bc24df9e5033a8969a 0.74 MB 1,013 12
741,519 741,519 000000000000000000049a7e63039df04b108e4847ef884f3042a1fc3f9505f7 1.16 MB 1,535 11
741,518 741,518 00000000000000000006891876fc17da5670f54c93db104e5045c468b828d8a5 0.08 MB 198 12
741,517 741,517 000000000000000000041ca9f6de0cd115888d28915e05a79098bcaada098d0d 0.63 MB 1,049 13
741,516 741,516 00000000000000000001f11cace1cf3706a584d6325793e616177511f5a5bc8c 0.54 MB 911 14
741,515 741,515 000000000000000000048718881178759e695944492e61770faef4124e7a1d70 1.40 MB 1,869 8
741,514 741,514 000000000000000000055bb431419ede4098adf7ec5fd0987e8bdc5e88aab169 1.32 MB 1,934 17
741,513 741,513 00000000000000000008852681d8bab130c60f86ed6e164584e32be70b64f04b 1.04 MB 661 4
741,512 741,512 00000000000000000003188273665a82f79cc8fd1fb578b8530c1d5d4c668c82 1.63 MB 2,614 12
741,511 741,511 000000000000000000075f741651341bfc2e4a0cd114159a30c7c68df34da9fb 1.37 MB 2,385 23
741,510 741,510 000000000000000000029a9ce60795190d388dda24a9783d6e2db84e680a7797 0.37 MB 716 14
741,509 741,509 00000000000000000000af543060319bff827f0f7e2fc757afc4375b7ccf0058 1.42 MB 2,597 14
741,508 741,508 000000000000000000006c081c02d5c18d0aefecd3028c65f8f378707200defe 0.37 MB 685 13
741,507 741,507 000000000000000000034c2e1e4744c15bfd947998b93d107e270d789396e2d4 0.30 MB 387 11
Previous 10 blocks ↓
Total Size: 661.17 GB

Node Information

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