Memory Pool Memory Pool Refreshing

57,943 transactions
32.81 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,678 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 482 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,677 (79,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
770,542 770,542 0000000000000000000219d3444673bfd96f5d8474c068c4e9260934bbf979b1 1.71 MB 2,251 5
770,541 770,541 0000000000000000000097dd84567741cbd78e4f5e3a499295b9162eee0abae7 1.51 MB 2,792 14
770,540 770,540 000000000000000000017fe989176cc8a208e0bc244289c6407b8a9234e98994 1.32 MB 1,850 14
770,539 770,539 00000000000000000000f13a057166a7f5350b06a3c8bb6b6dc716ac4cb39aa7 1.42 MB 2,778 23
770,538 770,538 0000000000000000000571509eac4819dae8ff2c320c487cfd612d36db7ffe1a 1.59 MB 2,813 9
770,537 770,537 00000000000000000007a9ec255b94240a11d407908cf9408aa052beff91ceff 1.50 MB 3,407 19
770,536 770,536 000000000000000000009d6e29940a92a116b0398971163f3ab9b2052752b033 1.52 MB 3,140 13
770,535 770,535 000000000000000000024eafb317986c2214dd1200aa31fae6c500dfc27731bf 1.55 MB 2,798 12
770,534 770,534 0000000000000000000412791d9925202a0e8b5ee2d84f986493403475911a0d 0.52 MB 1,047 12
770,533 770,533 00000000000000000006028546e7196ea96eb8564c4dfd49d33de59a8f7a3023 0.49 MB 978 14
770,532 770,532 00000000000000000005be4f2329cfb4553263e59cdfde8474b738df1e0c1b6e 1.18 MB 2,277 13
770,531 770,531 00000000000000000006fd8e5a15bb20fafb3bcb37e14577cfda343ade845279 0.32 MB 602 14
770,530 770,530 00000000000000000001ae9dddb3557095d4f5c492c3d1f15c69d6407fee5e47 0.86 MB 468 1
770,529 770,529 000000000000000000050908e300b75a5528b2d495139a8820b23557355cd681 1.64 MB 1,484 6
770,528 770,528 000000000000000000045cd32da75a3f65a21713cdc46d82d4d02afbe0aea83e 1.62 MB 2,783 8
770,527 770,527 000000000000000000061f141152b9c0873e4af8fa9ce52c437aa3bc027f33ef 1.26 MB 1,363 14
770,526 770,526 00000000000000000007053f556435f82be00fb9f090ab79bf03751a1fe96e90 1.19 MB 1,122 12
770,525 770,525 0000000000000000000265a81f3b0ab40b531b044c847e154aabffc0d51f54fc 1.32 MB 2,240 22
770,524 770,524 000000000000000000016c9579d858477de8d44949bcc12f80758255a497828d 1.56 MB 1,592 3
770,523 770,523 00000000000000000007f0e04a8a3e4d659fb01430388d95ae212832315893ac 1.53 MB 3,373 18
770,522 770,522 000000000000000000021594f7f4af158cfbbc18f678bddc3e8d7cfb2dcb7fe7 1.54 MB 2,420 3
Previous 10 blocks ↓
Total Size: 660.90 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: 626.23 GB sent, 3.63 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.