Memory Pool Memory Pool Refreshing

76,144 transactions
30.81 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,542 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,284 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,541 (101,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,382 748,382 00000000000000000003b4a722a0073e63e861e2c987b3061d38f47871b60e05 0.05 MB 67 5
748,381 748,381 00000000000000000005345e65745e599daec4e3f0adc21a62626a98d4f1d92a 0.83 MB 1,261 10
748,380 748,380 0000000000000000000007152a2f155348d686d90e9837306721974de3cd0c33 0.35 MB 553 12
748,379 748,379 00000000000000000001d70748b6dd7e9718a36375de842ea2856a7c45077648 1.54 MB 2,836 11
748,378 748,378 0000000000000000000719fc66fc496c1f6bd464db6adcfc6af61e29d62570b2 0.70 MB 1,053 11
748,377 748,377 00000000000000000008fbc6e76446a83a3335331baa836fd2b3174b742e335c 0.88 MB 1,274 10
748,376 748,376 00000000000000000000810ec4bb0f6bf571174bc7f8348656512041dbfabb65 1.07 MB 1,888 12
748,375 748,375 0000000000000000000164c62795cb5d94b502dd77312c4e97949373ac4e171e 0.84 MB 896 7
748,374 748,374 000000000000000000055b72dca2b1ce4dcd6de61e3646194b690e2e35df207b 1.28 MB 1,325 9
748,373 748,373 000000000000000000087d5c3bd011220b17cf57547313972911605880faed93 1.40 MB 2,620 21
748,372 748,372 0000000000000000000213d2b6780caf6c9c161d2cccb9e1a1b832f8dccdcdfb 0.73 MB 1,498 12
748,371 748,371 00000000000000000005a33277ecf403b21337fe401439496e3a2ad0d5ceb706 0.36 MB 537 9
748,370 748,370 000000000000000000006dcc191aa16061bd9668477eae64c5da34b924b13f84 0.58 MB 1,357 12
748,369 748,369 000000000000000000078d900543c5b7c50d708e501074ce72aa9b559d73c4ca 0.24 MB 560 12
748,368 748,368 0000000000000000000046f5468fd2f1564a76fcb293ef1d78624e8323089679 0.47 MB 820 13
748,367 748,367 0000000000000000000712e6237117b3e6289c89ed41237e236ab1a40c0c9ef4 1.44 MB 2,111 9
748,366 748,366 00000000000000000006896523dbfd3105d54381a7f666d3969c25f91a783510 0.33 MB 625 11
748,365 748,365 00000000000000000002acba8686df3564b4493f00bba0ca8a06a8db33f533ce 0.38 MB 596 11
748,364 748,364 00000000000000000003541e8e47a56092dbdbaef6804fe6b9061d78a9b94c9b 0.29 MB 738 13
748,363 748,363 000000000000000000024ab53cc8381fad80332730d3b884c14b341d1f11a6e7 0.53 MB 969 12
748,362 748,362 000000000000000000001c8ce00ab2f17b76fdbe4c0f9fa34e9f60844e1c1a83 0.25 MB 339 9
Previous 10 blocks ↓
Total Size: 660.63 GB

Node Information

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