Memory Pool Memory Pool Refreshing

80,172 transactions
32.88 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,723 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,653 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,722 (218,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
630,811 630,811 0000000000000000000b849128c2d0db49a35d9f9875952ef325a6a319ed2ddb 1.40 MB 2,525 188
630,810 630,810 0000000000000000000b0278aeb2d242f53969c2596c201c7abeb02d5279b990 1.34 MB 2,212 120
630,809 630,809 00000000000000000002fb024f0e1e34638197488fde44a2be8269fd838d975b 1.33 MB 2,834 97
630,808 630,808 0000000000000000000252c7031c21233d270893715067573fd0387ea38e3118 1.40 MB 1,514 154
630,807 630,807 0000000000000000000128414bd254576d388665cbcf8f1fea973f0225494e69 1.41 MB 1,845 165
630,806 630,806 0000000000000000000eeecd501ef530d74cc9eebbaa99b5b491d6ecbc03e3b9 1.39 MB 2,476 174
630,805 630,805 000000000000000000036f6aed3611e7047886eace19d98dd6c6ce73bd734cc1 1.06 MB 2,283 6
630,804 630,804 00000000000000000003a17a7108c6890c3f1c2bc414214d099c4fef866df681 1.23 MB 2,249 55
630,803 630,803 0000000000000000001025ea80b9a145dc2474a340b447332d9971ebf6d3bdb9 1.37 MB 2,448 123
630,802 630,802 0000000000000000000b49d7b90d9997e1b37ed85dbe906dc53c7ef8e7ad8777 1.52 MB 1,422 146
630,801 630,801 00000000000000000010aa6d8ec8ce37baf18dd227f8e4a3c206b64251b31d5f 1.44 MB 2,662 179
630,800 630,800 00000000000000000006aa63a8c7987ceed2c830db829bbb9600b97fa50b44e8 1.44 MB 1,126 9
630,799 630,799 000000000000000000058518fd3240273378c00cefcdc590b82eb800ccb74c8c 1.45 MB 1,902 72
630,798 630,798 0000000000000000000aab75fb33a56d83413ae233dd1df79695cb8c4d5cf694 1.34 MB 1,263 51
630,797 630,797 0000000000000000000d86ea6e64b7c13479b31847d4a1cf90dd485d254914ac 1.50 MB 1,564 34
630,796 630,796 0000000000000000000994362c0322dc85d5a383bbda6110c7a2564f0fdc2e96 1.90 MB 307 13
630,795 630,795 0000000000000000000e7b4f1bad375e8bc98536a123586e3ee3dfb07327d8a3 1.09 MB 2,023 11
630,794 630,794 00000000000000000003e77ada0237102d30e0c9d1c796dd21ca552f8e419fbb 1.24 MB 2,201 35
630,793 630,793 00000000000000000009bde9f44a3f292b4c03f23dc019ffd9129361145e65e7 1.39 MB 1,949 119
630,792 630,792 0000000000000000000a0b4e726e6f4658be61225655cd1d26807c239c568e85 1.15 MB 1,899 30
630,791 630,791 00000000000000000000ebca96fb1d3b827c258dcf6f6553dbaff8f938ff2f19 1.27 MB 2,180 91
Previous 10 blocks ↓
Total Size: 660.99 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: 680.35 GB sent, 3.99 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.