Memory Pool Memory Pool Refreshing

61,339 transactions
34.24 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,671 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,071 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,670 (282,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,835 566,835 0000000000000000002cc78a27b9a3c969bd12850bf321d932ebc16ee8298e29 1.03 MB 1,933 21
566,834 566,834 0000000000000000001b69ceb102cd3c2ff85ae52a6b722cc11d2004f6c20dc2 0.01 MB 15 39
566,833 566,833 0000000000000000001941ac83c123f9c673c779faab66777d00a9c225de54c1 0.17 MB 426 30
566,832 566,832 0000000000000000001c204e49a3129c0851633b51e1fd64f4431e973d8562e8 1.06 MB 2,599 28
566,831 566,831 0000000000000000000a7f806c18d9ead0d846a3c06e23f83bf6a462dc0e4412 1.26 MB 1,339 10
566,830 566,830 0000000000000000001548bf84f5eb09e1987803c57cb887f5841cbf194c5ef0 1.17 MB 1,395 4
566,829 566,829 0000000000000000000343b2c06bd55a3fe9c549ea26c0d4634c38586b737709 1.21 MB 2,502 23
566,828 566,828 00000000000000000009bc32fe38f8b3cc456fa9ad457a537e047596e0c68f70 1.15 MB 1,952 25
566,827 566,827 00000000000000000003b4972a37a51edcf946586f51d4b87ceaf137008b4763 1.31 MB 2,108 39
566,826 566,826 0000000000000000001a10c6f6614eea2973067514494a180ef58132ad66628a 1.81 MB 1,102 7
566,825 566,825 00000000000000000027092da5231d2b86e9a2abfe572bef2614609e160427f2 1.93 MB 975 3
566,824 566,824 0000000000000000000af0888988477873e26fe842b63723b11635a2b8d7b478 1.28 MB 3,163 42
566,823 566,823 0000000000000000002d6f1f0230ab3b2a67ab2dcc7d9943865b914d48e0052c 1.30 MB 3,238 33
566,822 566,822 0000000000000000000fc0f85b1aa74f8514a40c9301e762533032a5f0e09dee 1.18 MB 2,374 26
566,821 566,821 0000000000000000001972fd81e2b6b792de718f0c53482cdee127998a1802d2 1.26 MB 2,931 21
566,820 566,820 000000000000000000198e295c786b5ed9367ec2a94caac06cdb5d5b298770ff 1.31 MB 3,514 44
566,819 566,819 0000000000000000002e0506d0660a549413eb27202a50c351fe125b513d24a8 2.05 MB 868 11
566,818 566,818 0000000000000000001014a8c0cfd76f238e52ee31bb4f62491f66d85dbf0366 1.92 MB 1,309 11
566,817 566,817 00000000000000000014ecaccaa256d1ce48a76daaf95c84911a649abdbd8dbf 1.50 MB 1,958 13
566,816 566,816 0000000000000000001d6f0cd620b2f2fda182684acab20298b061a0f5e2093c 1.13 MB 1,528 5
566,815 566,815 0000000000000000001cc3ec4969dcd1f6bffdda9b7bab15aae7ab13869ba0e4 1.21 MB 2,916 22
Previous 10 blocks ↓
Total Size: 660.88 GB

Node Information

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