Memory Pool Memory Pool Refreshing

83,369 transactions
33.77 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,574 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,785 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,573 (118,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,367 731,367 0000000000000000000610f29853f0bea1665d4d0df3d1f923f34742d2a5ab11 1.29 MB 1,464 5
731,366 731,366 000000000000000000023e636c3b4e98d1952f8c2a0c9ba352a49001031e0460 1.27 MB 1,745 7
731,365 731,365 0000000000000000000025942ba95a8a224be901f2a0bbb70703f904d5718df2 0.03 MB 44 10
731,364 731,364 00000000000000000009a58057bd3c8ca54aceed4ba4a2828d5bc636f5c66bb2 0.42 MB 519 4
731,363 731,363 000000000000000000018b4e3aa7830103667af2aa11dc6ce044409265bf0f32 1.49 MB 2,565 7
731,362 731,362 000000000000000000052a4748359b13365a43c12bab1d2d837768e971ac016f 1.34 MB 1,878 6
731,361 731,361 00000000000000000001dc8921c075c45b0b3335ac5106dbe7b42b6a797d3017 1.10 MB 1,230 6
731,360 731,360 00000000000000000000ad045dca8c651e5a9b932488ff5a92e616b33ea7d38d 1.01 MB 747 2
731,359 731,359 000000000000000000051c6fe50eb4e8fa9f246ac5fa39a49dff0300bc4a03ad 1.09 MB 401 3
731,358 731,358 000000000000000000057684600f927943b283731cda65d6f62a1947aa7f9123 1.29 MB 1,845 6
731,357 731,357 00000000000000000005eeaa6ab0f6b3b8bb43f7091d555fb178fc7672ab1242 1.46 MB 1,866 12
731,356 731,356 00000000000000000003c8078a18bfb8f4387217165be4675c11132485415b38 1.16 MB 1,306 7
731,355 731,355 00000000000000000008a3018c5e4a5deac37e66d6472d0a2a16506c1850d926 0.78 MB 1,117 1
731,354 731,354 00000000000000000003691e789a2465af5d167a120d39a9335e315f69e9bd62 1.15 MB 1,319 4
731,353 731,353 0000000000000000000752bfbbae77560cefb3c4aac6e99623363cf5c0adfd3e 1.40 MB 1,708 15
731,352 731,352 000000000000000000039a2ffae591b2d29f0acac029df0cdc2e753e15844d91 1.18 MB 1,842 6
731,351 731,351 000000000000000000071e313982744dc3ce6cc1ae2f1119971f25001d18a611 0.71 MB 1,044 6
731,350 731,350 00000000000000000000ea469b92efb590f7e833c7b57e9870df40beed06b32d 0.08 MB 105 5
731,349 731,349 00000000000000000003611bd5a830f0dfcb13d897417ac567c9509960e71668 0.85 MB 1,602 6
731,348 731,348 00000000000000000005fde77daf60abbdd38c8507e965e7527f956bc3926a9e 0.15 MB 256 6
731,347 731,347 00000000000000000003789dad3a4b4c4e7b174f67d9fa0b0a858ab9687032a3 0.59 MB 462 6
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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