Memory Pool Memory Pool Refreshing

97,735 transactions
34.27 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,561 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 6,586 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,560 (108,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
741,465 741,465 000000000000000000023c24a82cac04af3cb597296d00541d28d9e2e2d0805c 1.55 MB 3,259 9
741,464 741,464 00000000000000000006cf20636a8f1886ee98cff37d7cdd2db96bae0fd305ac 1.49 MB 3,004 17
741,463 741,463 000000000000000000058de122e27dfd6d2ec5f072dccb003fb980c04c5b705e 1.58 MB 2,766 15
741,462 741,462 0000000000000000000426e246985beb0441d4a722fd36dde4a756dd5274791d 1.48 MB 3,098 16
741,461 741,461 0000000000000000000761bb7031bb725ec444af775b5e71dfbe315a93fe0c5f 1.31 MB 2,249 26
741,460 741,460 000000000000000000012bc26cb5f54aa5acbea4188b19cde04540941010008e 1.48 MB 2,755 14
741,459 741,459 00000000000000000007b1db0cc257b66483afae62cf5fa9fd30806b86e99057 0.59 MB 909 11
741,458 741,458 000000000000000000022c4e45aa2c51aff9e20147591601b14a1f062c701671 1.62 MB 2,339 12
741,457 741,457 0000000000000000000174a573974a6547a1a42a28a69552dafe596958b94c1d 1.71 MB 1,723 6
741,456 741,456 0000000000000000000464f587689b5ef378fb168aa29b13725cabb080e28ae2 1.51 MB 3,181 19
741,455 741,455 00000000000000000004563f3b4971c4bf10837d35f2d9f001d01195fd88c918 1.64 MB 2,791 13
741,454 741,454 00000000000000000002308758448ed5f69c9763812da1f307e13e6ce7b7bc3c 1.77 MB 2,061 13
741,453 741,453 00000000000000000004eb4994aa1c24e436fabcd07659bc284ee7bd7f53192a 0.62 MB 572 9
741,452 741,452 00000000000000000003f8f8c609d8eec50f94b37c6a12d2f9e2e12acd948a6f 1.09 MB 702 16
741,451 741,451 00000000000000000002f970cca0e00b608e06a715bb08912b93dc6109a974f1 1.00 MB 1,283 14
741,450 741,450 00000000000000000000ac5041260f54411d3b4e25b1529add9850a242c0bc09 0.15 MB 210 16
741,449 741,449 0000000000000000000625d350e23f8f96a8393fae57b6516dd2b1536c70f57c 0.29 MB 420 11
741,448 741,448 00000000000000000001b718e803524d8703be001075216c37a672eb081cc977 0.31 MB 395 11
741,447 741,447 00000000000000000006bcf4ea966cd75786f82be7cfed7cfbef60f00778d605 0.86 MB 1,013 12
741,446 741,446 00000000000000000000a0445f023e29ac838278e0e91b27600f03171274401b 1.76 MB 1,623 9
741,445 741,445 000000000000000000010f5a6bbbe33ccbffb68336caa95af60f75da1472040c 0.23 MB 305 8
Previous 10 blocks ↓
Total Size: 660.67 GB

Node Information

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