Memory Pool Memory Pool Refreshing

78,777 transactions
33.65 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,615 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,683 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,614 (65,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,639 783,639 00000000000000000003be63eb9cab8cb0f8e0ce35a14880210b2999befa5834 1.54 MB 3,615 30
783,638 783,638 00000000000000000005b536984b49337d63ce5ddf35df05dc174b150d63f1d0 1.34 MB 2,611 31
783,637 783,637 00000000000000000002ce24c683f883f83330c0306569e285a41fa40b3f569d 1.77 MB 3,139 6
783,636 783,636 00000000000000000001bad2e263e6ee02a88a39f2debc66f6f3450fb7796986 1.28 MB 1,971 24
783,635 783,635 00000000000000000004a23c1b8d8ed5a62bf2be28ecbecc48c40bc11ad2d42b 1.53 MB 3,086 19
783,634 783,634 000000000000000000002a8d67c6b1ed9c1d7d0029bda6987f26d61513ed71a5 1.80 MB 1,468 5
783,633 783,633 000000000000000000006c4cab45064efcccc1b5af2c59f5efbef1327daeb73b 2.00 MB 3,512 14
783,632 783,632 000000000000000000018e3527bad799231989b3d98b63471098df444c945961 1.48 MB 2,831 16
783,631 783,631 00000000000000000005fff2f97daf751862dbaec157486166f4938d308feb6e 1.97 MB 3,025 14
783,630 783,630 0000000000000000000539030dc1037d0fcdfe52c6cb6ac2872107dd682300c3 1.59 MB 2,808 15
783,629 783,629 000000000000000000009dc573d7d8e8afb6c904818e81bb4504a09ac249379f 2.25 MB 1,449 5
783,628 783,628 000000000000000000043114aff0f6656ac944c0864dcaa30933c127e9251de0 1.30 MB 735 5
783,627 783,627 00000000000000000000c4390717855f4e8fb57c6bf51241678f6a188e1c73be 1.69 MB 3,444 20
783,626 783,626 00000000000000000002300bf0f32f389a381d4be743b46868b2708ec998dfab 1.78 MB 2,336 11
783,625 783,625 0000000000000000000459277e53856c92440e66b9108eaa77600a7e90733cad 1.55 MB 2,700 15
783,624 783,624 00000000000000000005a1e5c2e37bcd0164affe6e0ea539ef9d7330ce9349df 1.09 MB 746 15
783,623 783,623 00000000000000000003387edc6eccdde2cb17e509fb2942b5fbacabb69f7caa 1.46 MB 2,887 31
783,622 783,622 00000000000000000005f3c194d1cd7e54648dfbd7bb90bfa56d5afcdadf66ee 1.65 MB 2,241 15
783,621 783,621 00000000000000000001d1db49675164c00bcde23be7d0152cb790c60299185d 1.52 MB 3,292 31
783,620 783,620 00000000000000000005224f94974e84f060e2102fe8862f20373e3e27217318 1.67 MB 3,014 21
783,619 783,619 00000000000000000004711ae7e47addfd87451a5dac25480fbd167bbf3997b6 1.83 MB 653 4
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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