Memory Pool Memory Pool Refreshing

81,575 transactions
31.29 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,243 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 921 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,242 (407,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
442,542 442,542 00000000000000000038f1f306f53e72e809a274db3a31633bb5bfcabd5bef15 1.00 MB 3,159 77
442,541 442,541 0000000000000000029e94781d8c4b2cef2d307c1f4a73b4052d7532ed535c94 1.00 MB 2,537 73
442,540 442,540 00000000000000000005a2b2c48bc63060228df98898384da044e15eef3d4828 1.00 MB 2,658 70
442,539 442,539 0000000000000000005094ccd3306d9b5f29ea93cd4a80c1abfba4ce74e62b6c 0.00 MB 1 0
442,538 442,538 00000000000000000364af1ccfff94da83d074e6b4293f655fd642ec5557db07 1.00 MB 1,767 80
442,537 442,537 000000000000000001ec9a03d608265a91e2084387681daf9c37a2891ce2fd76 1.00 MB 2,451 97
442,536 442,536 00000000000000000167d172d3988d83f3f431cc56384f6777e2075e1cd0120b 1.00 MB 2,979 103
442,535 442,535 0000000000000000017c87e688f8d11a36ed163259542b2310abf4d297a7fe19 1.00 MB 3,012 108
442,534 442,534 000000000000000002bf734d058d079d0e185699d3b119ac5aba9600efa3e33f 1.00 MB 2,077 67
442,533 442,533 00000000000000000295a6f3110b4d7b584460aabc8c9820225711302be721c1 1.00 MB 2,896 112
442,532 442,532 000000000000000002fb0d34606ca53d0bc566d0e3d99c862bc87af37f6ad823 1.00 MB 1,530 50
442,531 442,531 0000000000000000007e9cedf9efe4663eec7d7fef9679fc75f98ede0a0fc024 1.00 MB 2,186 74
442,530 442,530 00000000000000000049389e0db6dbc3caaa34037c665892392809b1e8102926 1.00 MB 2,695 68
442,529 442,529 0000000000000000038b24abac606967a90cb80dd52012e131057ef9b889220f 1.00 MB 2,119 72
442,528 442,528 000000000000000001bc63fff3d13549b6e9bd7254f51bcdd8346607f70d26a9 1.00 MB 2,448 112
442,527 442,527 000000000000000001dc28285c25b2f74d540f2bd15c26b862c5104980e4f23f 1.00 MB 2,624 75
442,526 442,526 0000000000000000039de0c4739d6e7f9806ca4a4af74cfb9a369f8f6fa11506 0.93 MB 1,955 91
442,525 442,525 000000000000000002c959ccc13a5a719981ecf49fb2f770ba6a986c99dec7fa 1.00 MB 1,261 37
442,524 442,524 00000000000000000087761ebcb6217db193b0e3192f9dd7f650855f61f6827c 0.99 MB 1,173 74
442,523 442,523 0000000000000000021fce60fb01f287a846021b235c58d3f56c90d017b02132 0.72 MB 1,016 41
442,522 442,522 00000000000000000395fac3f07e8fcccedb9b7bdf75df18b5d7faa5e6835f49 0.19 MB 340 60
Previous 10 blocks ↓
Total Size: 661.96 GB

Node Information

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