Memory Pool Memory Pool Refreshing

96,158 transactions
30.51 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,291 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,500 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,290 (97,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,465 752,465 0000000000000000000136268a6ce5381ca3a138ce0f3d7b980a4541544047fb 0.45 MB 684 9
752,464 752,464 0000000000000000000888171aa4acd100ff41aad41b26b8f372c26c4f2c1fad 0.69 MB 885 9
752,463 752,463 000000000000000000017c66e49c65c92198f52ae3a3d2f907c96938bf6b21c5 0.92 MB 1,846 12
752,462 752,462 00000000000000000004a4bb5390e3d37841bc39037b7b4087172e0d4f67f598 0.54 MB 773 9
752,461 752,461 00000000000000000003e9886ba80e8822762e09900d91a1d9c2c8d146787474 0.75 MB 1,547 12
752,460 752,460 000000000000000000018741b6f209e1b02d9dedd30933d960136d299a213846 0.41 MB 690 9
752,459 752,459 0000000000000000000879a2de4e011c16237d8858740933f8985c8c9ceffc25 0.74 MB 1,482 23
752,458 752,458 00000000000000000002c093d637b3be84bcff6b33ae089e9e5d8e9479b4206c 0.00 MB 11 15
752,457 752,457 000000000000000000072cda500fb7ea44a0c1b4f5e58e72557bfc6e93144f18 1.07 MB 1,584 9
752,456 752,456 0000000000000000000858cbe4ebc989f6771d8e1cab4e692b1f52b669a31059 1.14 MB 835 13
752,455 752,455 0000000000000000000096dc2091fc443d0e98cf23ad7650f582553944df0b34 0.47 MB 1,117 12
752,454 752,454 00000000000000000008073ee947521218ea93fafcf9fece6264f260536e1db9 0.67 MB 1,072 11
752,453 752,453 000000000000000000026d4f87f223d91e43696f35955d452282fd8fe396c687 0.26 MB 476 12
752,452 752,452 0000000000000000000092177217b74695d8238e1aa9802a848364a6c9da814d 1.31 MB 2,804 12
752,451 752,451 00000000000000000006a66caf5d125941135e52068f02fe0992c0454d09b752 1.18 MB 2,935 13
752,450 752,450 000000000000000000002ad252217b759bb23b489cdf2aecc3d170ecee322c03 1.18 MB 1,603 10
752,449 752,449 00000000000000000000221d9337576c7d060dad383d3dbfab72cc738345c10f 0.15 MB 236 11
752,448 752,448 000000000000000000021339c24b6e6af6546c1a62e837be875acede56ca22bf 1.18 MB 1,765 10
752,447 752,447 00000000000000000008586d45f35bccc92d170e3045ad1769706116e806da98 0.69 MB 1,291 11
752,446 752,446 00000000000000000001c21439f10bac6e1c4782e754ced8af7ff1e52656dda7 0.11 MB 207 12
752,445 752,445 000000000000000000042f37081ab3f9c694c0dbd4f85dfdcf9b0ec0146076f5 0.45 MB 1,030 11
Previous 10 blocks ↓
Total Size: 662.06 GB

Node Information

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