Memory Pool Memory Pool Refreshing

63,718 transactions
26.19 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,704 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 916 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,703 (151,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,141 698,141 0000000000000000000324ac3310f636c49ea700bebb590a4c0f4a16da71dbaf 1.39 MB 3,020 20
698,140 698,140 000000000000000000004dacbac06e2b2abd56f692f37c83f58e040946504dee 1.37 MB 1,464 7
698,139 698,139 0000000000000000000c219602a4f6dd5f4dfab9abe5ae8ae605dde1d3601df0 1.40 MB 2,053 6
698,138 698,138 00000000000000000004515b72b10ce7bc0f8e2c4f8ce57f47bdeaa072a39496 1.38 MB 2,698 6
698,137 698,137 00000000000000000008eab6c25a97cb8d785830bea7b4a1714e487b226a0aa7 1.42 MB 3,137 16
698,136 698,136 0000000000000000000a62261e8d7dfb6b8d54e87c6a195e3251376f75040bf7 0.34 MB 773 10
698,135 698,135 00000000000000000007f5fe502a92fcd6f5365a3350bc0e7e0527dcd2037fb3 0.42 MB 878 10
698,134 698,134 000000000000000000058f604e141fb21285a195bbdb135fa9ef96dbe4437a1f 0.30 MB 473 8
698,133 698,133 0000000000000000000d00e3146c92c2cbb8e7bfe74b19dc534dca677d897979 0.42 MB 554 9
698,132 698,132 0000000000000000000b40dc8b422a178b81ed515b839a26898bb1cffaa92817 0.12 MB 303 11
698,131 698,131 00000000000000000008118611fc54c56220fdd500a58076baf236886a12d3a3 0.14 MB 286 12
698,130 698,130 0000000000000000000570195dc743e31606087d175fb3cd2b8afa3cd87ceb09 0.69 MB 1,495 7
698,129 698,129 00000000000000000001c0829b9f6a5005759909eef88edf5e5a133de6e88f05 1.41 MB 2,920 14
698,128 698,128 0000000000000000000186f532b38df736670a65f68a3605d97ba86bfe306063 1.12 MB 699 3
698,127 698,127 0000000000000000000f43a418f30e7a2f257f344742c9aa5ef839909f2a2c61 1.39 MB 2,901 25
698,126 698,126 00000000000000000002da43150216bcf93887c3afba20c5ed928a4a5364003e 0.32 MB 591 11
698,125 698,125 0000000000000000000c026cde1006d384b37bc04f447ec7def9e5a6b11761ce 0.09 MB 187 9
698,124 698,124 000000000000000000080be1e4d73c067c9df59896bc056799596c4cf7897892 0.62 MB 1,173 7
698,123 698,123 00000000000000000002ef90206181f74d8ffbcbdc63723a01ff04e8d88d06cd 1.40 MB 3,190 11
698,122 698,122 0000000000000000000d44e842cc6788395baff84862adfc563e7a5b89083d54 1.23 MB 1,546 7
698,121 698,121 00000000000000000003ac8315e2461c363b126a94a905bd6b32ab1f8aae210b 1.32 MB 2,631 15
Previous 10 blocks ↓
Total Size: 660.95 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: 643.03 GB sent, 3.77 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.