Memory Pool Memory Pool Refreshing

79,708 transactions
34.77 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,608 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,663 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,607 (70,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,532 779,532 00000000000000000001f036a5a38c6384c3fde2a91af258a9bb484d67182fd1 1.39 MB 2,350 23
779,531 779,531 0000000000000000000470b1c791540a918519a0d6d84f163fbbe28a524aeb4e 1.66 MB 1,755 10
779,530 779,530 000000000000000000019d6c1e8da106b39061d0270e96bf1f4babb6946b1a25 1.98 MB 1,897 9
779,529 779,529 00000000000000000005a8391a742da1b4d7886fe3d62655389f1c28deb923d9 1.58 MB 2,814 16
779,528 779,528 0000000000000000000304562e59633a3026ce17431a00daeeb206cd50b55538 2.41 MB 2,506 5
779,527 779,527 0000000000000000000392b9018672288beae753675ab1324361df30e5276ff6 1.84 MB 1,908 11
779,526 779,526 00000000000000000002756e4c38781c9b4150cd6d0cd578f658d0dfb29ce3b9 1.45 MB 2,796 16
779,525 779,525 000000000000000000004e7597c8791c5d42fe8f4271ad6a4383609cb1120b17 1.41 MB 2,638 25
779,524 779,524 0000000000000000000081ae31e622fb11d5c955a62e0215d8f106129a0831ce 1.40 MB 1,415 16
779,523 779,523 00000000000000000005f268d951b65d1ef4f230e3ee12dde4a1b9bce32b85c4 1.29 MB 868 17
779,522 779,522 00000000000000000004d2a1d376c96684a910770b2eb295bb01b9b91c788f3b 2.83 MB 1,598 8
779,521 779,521 000000000000000000052c3d072a1def038f6226a901153e0b2ed0bac70bf5d1 2.53 MB 1,891 12
779,520 779,520 00000000000000000003f45fee617d910840e52c8fd687c1022de4d1fcfba47c 2.26 MB 2,371 7
779,519 779,519 0000000000000000000486ba86944236f6931edf111d003c59225a2bfc3d7587 1.55 MB 2,969 24
779,518 779,518 00000000000000000003963de79c31ab12a00f8b7d7686ef76d7f566905567bf 2.70 MB 1,797 3
779,517 779,517 00000000000000000002a44a1e1cec76d94738df01e11fd0c5a5f3d8050e4d8d 2.22 MB 1,874 11
779,516 779,516 0000000000000000000183cb65a9fbc0c1fd6214499862cb098d75dacb4afe28 1.49 MB 3,090 24
779,515 779,515 00000000000000000004025b832ae8443fbe1b1acf635fe44ced84a5f8ca6846 2.96 MB 1,007 2
779,514 779,514 00000000000000000004fce0666cd6cc42df8fd1037cbc73d9590b7202c97192 1.93 MB 2,833 15
779,513 779,513 00000000000000000001ac99f69015b470c80abdcea1967e199548b52f4ae3bb 2.09 MB 2,531 6
779,512 779,512 00000000000000000002f25f2e9a48a47d3da1d9132dc41e58bd7b080fe4f488 1.50 MB 1,576 14
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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