Memory Pool Memory Pool Refreshing

85,081 transactions
35.15 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,577 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,469 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,576 (367,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,093 482,093 000000000000000000379881e30766a4b2dfbe72e633a8250352efb644d3a5c0 1.00 MB 1,952 481
482,092 482,092 000000000000000000331f7bc309265eef7a4bd5ea24fe723ff107d52f601dd7 1.00 MB 2,156 454
482,091 482,091 0000000000000000005d25f45b38b3e17e4cd39880e64779b59f33f6eff33b48 1.00 MB 2,079 559
482,090 482,090 000000000000000000c5a08c3871bb4d977431e8da09d46179724ec7508b8223 1.00 MB 2,008 270
482,089 482,089 00000000000000000020126b496c7d8e911c8150bbed3a434966f0dcaf723fbe 1.00 MB 2,583 298
482,088 482,088 00000000000000000014926b3dd8fd557f12c1baa43ce72e2e4f9964fa6c8fbd 1.00 MB 1,795 221
482,087 482,087 00000000000000000086b374be56d5ab212b13c833df70576d3248297a6f9dc1 1.00 MB 2,323 281
482,086 482,086 00000000000000000132120d391b476ceef15cd37e7456d4b2d367d3571c11c6 1.00 MB 2,724 298
482,085 482,085 000000000000000000e30a00151266431393d0de3fbe99a94a60f15aec631bae 1.00 MB 2,081 408
482,084 482,084 000000000000000000d5a30e2e3259550a40f34b608ac269f35944129a710de7 1.00 MB 2,014 474
482,083 482,083 000000000000000000fdf0b7a13eac5dbc0eaf0de05aee3fc8f046fd0dc88145 1.00 MB 2,082 490
482,082 482,082 000000000000000001332d86c8c2c1cef74971a88df7c769443b16ecbff43cf5 1.00 MB 2,056 408
482,081 482,081 000000000000000000aa40d547b0006122283241c6f8e1fd3e1a03558c2768e3 1.00 MB 2,481 369
482,080 482,080 000000000000000000ba612bcee6212d2e43a1b8960e9b42d8a8292a1ab431de 1.00 MB 2,455 305
482,079 482,079 000000000000000000c7e14110a64049dba58ff5a171aeaf0708c0273ad56cd5 1.00 MB 2,329 372
482,078 482,078 00000000000000000017f1cd192f8ccbbcf3a56a6892de331f82301a487898be 1.00 MB 2,521 383
482,077 482,077 000000000000000000ec130be16b318ef1fe18b3ba11293f2640fea62f35417a 1.00 MB 2,122 517
482,076 482,076 00000000000000000060f20049459ea54649e8cf35db829ef6d185f3328c1cef 1.00 MB 2,746 320
482,075 482,075 00000000000000000060b3361fd23ec94414fc9db51b2fc1589f19b2ff4d85fb 1.00 MB 1,788 499
482,074 482,074 000000000000000000f9a5dc8661e12631a816c62dc1129480db19a7cee9ff0b 0.99 MB 1,754 278
482,073 482,073 000000000000000000ec6089eec64ac89c46d218c3908b848c2fa161bd6ff598 0.99 MB 2,054 403
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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