Memory Pool Memory Pool Refreshing

70,511 transactions
33.04 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,788 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,113 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,787 (319,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,562 530,562 0000000000000000002bea9c3854ea5a3b04c7d9ec2f3e1012dcc8ffdeaa7e4a 1.09 MB 1,383 11
530,561 530,561 0000000000000000001212d6937465e3e2cc1539b233c3ca90b414cb00d5673a 1.00 MB 132 2
530,560 530,560 0000000000000000001c8d47ed73754844ce0ee5d79f85c856fd4ad5edfd5848 1.06 MB 424 3
530,559 530,559 000000000000000000006c9eca98214625370c2cf1a1a14e9e389dbb53bb1feb 1.04 MB 613 13
530,558 530,558 00000000000000000032d54d120ac64e2c54e7a95447e0295ff635b935fb17b8 1.14 MB 1,723 14
530,557 530,557 0000000000000000000542cfd79fcb1486d9d4817f64088ebda055a89c5d384c 1.10 MB 2,388 18
530,556 530,556 00000000000000000018e4dfd6dbe7a306a0cf8f11d3b6850bd4378e0da70ae1 1.20 MB 2,792 18
530,555 530,555 0000000000000000001a186af2b2e4636af919fa2619c44207b9a65e735e1e9a 0.77 MB 1,436 39
530,554 530,554 00000000000000000000b4d5ccf32386d3586e5443c032230356daf700078892 1.01 MB 164 2
530,553 530,553 00000000000000000014d83fa4c325768a7b93484343e7c9a68437eb9ddd3fab 1.05 MB 736 10
530,552 530,552 00000000000000000002bb97903e7365e137886642db688d1e11cf57eb6fbcb7 1.16 MB 2,473 20
530,551 530,551 0000000000000000002502661079844a124118fc19d24fd3f017f6bc711558b5 0.41 MB 596 48
530,550 530,550 0000000000000000000582eb10bfbd29e5cc8491c70f9ca2c254fe0295e6d280 1.17 MB 1,568 4
530,549 530,549 0000000000000000002400391b83fe9a1153c35b6c29797815133de4b23bd8cd 1.14 MB 2,491 7
530,548 530,548 0000000000000000001e0f7b459e897e464bec1373312adbe8a337a8437cd60e 0.00 MB 1 0
530,547 530,547 00000000000000000015e5d3c0239c0228af3998a42383fa9d271f38edfab285 1.15 MB 2,625 36
530,546 530,546 0000000000000000001a50ce76842be4e1b775db88cd430f85b18a0fd83821a0 1.14 MB 1,827 51
530,545 530,545 00000000000000000002ff67261a4d0c4b8e71f6369f295fd198d40327f38bc3 0.55 MB 1,083 29
530,544 530,544 0000000000000000002e64c21a086912ad75a5be63d74e80095cfad7dad01d6a 0.69 MB 1,439 41
530,543 530,543 000000000000000000167de10b028331b9953a3c52a972839bb70b442f6eae26 0.88 MB 2,028 30
530,542 530,542 00000000000000000028be306476a7132f0f00b420159b7ca10dad3f317c204a 0.37 MB 619 35
Previous 10 blocks ↓
Total Size: 661.11 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: 737.04 GB sent, 4.66 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.