Memory Pool Memory Pool Refreshing

70,392 transactions
37.70 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,114 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,379 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,113 (91,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
758,421 758,421 000000000000000000013aecc98fdd849f4583de5f2c76dca9f1d1b21e5e243a 1.33 MB 1,881 8
758,420 758,420 00000000000000000004f522947ca717924de6d49c16186efe9ee06dcc5b91bb 1.30 MB 1,145 10
758,419 758,419 0000000000000000000245a80e443405cde8939d4b328902d97489dad2aeaf12 1.09 MB 610 7
758,418 758,418 0000000000000000000199563b2223da3e0695ff07fa6df0a367eb60421e93fd 1.40 MB 2,028 12
758,417 758,417 000000000000000000024c4e3311301203c621d85ce0095ce6321cc55d92b94f 1.27 MB 1,583 8
758,416 758,416 0000000000000000000101b006af0ef32f2ee8d92b89ec1499ee06f49172948b 1.47 MB 3,029 13
758,415 758,415 00000000000000000002e661024d8e2abdf1831b1b19ef93c5eb1f5a9d846e32 1.34 MB 2,032 19
758,414 758,414 000000000000000000006f723c3d918150cb77080b67f790fd4dfa9ba2adb4c0 0.33 MB 507 7
758,413 758,413 00000000000000000006d10338e33bd636e7bc1a485c871cb3f772aac5d23df3 1.50 MB 916 1
758,412 758,412 000000000000000000069b79e3b30c6c053bbba13d69a46b1d4e62d6e7a01f7c 1.45 MB 1,937 6
758,411 758,411 000000000000000000063f64be36df8c53d08ce608ccd51577a4b2dfe9607660 1.53 MB 3,110 15
758,410 758,410 00000000000000000006aff7350a72f5903004cf736e8db0ab96c00aa793e761 1.80 MB 1,637 3
758,409 758,409 000000000000000000000d84ef6f496cc17a11442c9f66e4e461283efb38e576 1.64 MB 2,008 4
758,408 758,408 000000000000000000066f2cc6e09e23f0b7b53fbf26ada2835bd9812cdc5be5 1.47 MB 2,272 4
758,407 758,407 00000000000000000001bdc7e86164ed852722f954f298bc4252078201511a64 1.39 MB 2,337 4
758,406 758,406 0000000000000000000119f8283d2585483a5de0288b497f07c9f5460d2d0f96 1.47 MB 3,145 13
758,405 758,405 0000000000000000000440eab4436a69c40569f7cfd3fc5065f7225e988f2c78 1.43 MB 2,610 10
758,404 758,404 00000000000000000006b1f935dcc7d1b92e1a6807a788524fb736b557d0f536 1.29 MB 1,669 8
758,403 758,403 0000000000000000000156b4d55fb6d7623995d2727a43b01f7a4c02ec2c15f4 1.62 MB 2,995 9
758,402 758,402 0000000000000000000478352c579a43952e25a0279f38a8a878c6c3613cb7a1 1.53 MB 3,004 9
758,401 758,401 00000000000000000001913dbc477c830752e02dc2f2dc1e83f4aaa8fab61cb8 1.67 MB 2,646 11
Previous 10 blocks ↓
Total Size: 661.72 GB

Node Information

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