Memory Pool Memory Pool Refreshing

82,036 transactions
35.32 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,606 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,868 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,605 (83,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,474 766,474 000000000000000000022d652ead4428ccf39e353054a4c5a096f8be4ff53a93 0.41 MB 817 14
766,473 766,473 00000000000000000005f840b0c53e8f4d1142d4e7b1c2a0353f2ff69808e84a 0.04 MB 95 17
766,472 766,472 0000000000000000000512df3a281bf1c2f896965f649cc39918cbd0803b9567 1.30 MB 1,961 9
766,471 766,471 000000000000000000033450fac903bab5f7608c08fc0958bd8fe720eee8fbd0 1.63 MB 2,495 11
766,470 766,470 00000000000000000004c7361a84e9626aad90fa57ee93a4901fce2940ef5ef3 1.74 MB 1,924 9
766,469 766,469 00000000000000000000c481f8fea93d439c2a694b5c6b1a057bf51ed6af1a9a 1.53 MB 2,826 10
766,468 766,468 000000000000000000005545e6c45639cc7251a54381de9e3e89293073322c6f 1.48 MB 2,174 5
766,467 766,467 00000000000000000006ea6809f36047a62d7ac8c5aa7d279f933772d3812482 1.41 MB 2,852 16
766,466 766,466 000000000000000000066a38cfbe68a49a2c105e305ce636a17679fde9b30ea4 1.39 MB 2,538 10
766,465 766,465 00000000000000000005ffab860622fed6d33dc8278052731b52d6d8205a0142 1.27 MB 1,548 17
766,464 766,464 00000000000000000002586c62d62f2fc05714d17b61c99f6095e850337747c7 1.56 MB 2,493 23
766,463 766,463 000000000000000000002f5dd57c8a6d14684a5a50de800efcd5c3e1a0e19394 1.60 MB 3,737 19
766,462 766,462 00000000000000000006ab94b65d7f55681f11b75e8dfb3665cf1aeae3d80594 1.56 MB 3,157 31
766,461 766,461 00000000000000000006b0d11f51670fa5d6cdf1396400b6221f199b20961985 1.15 MB 2,019 11
766,460 766,460 000000000000000000001240065035ea2b1852ac7f1ec22054f22b0e5dbeaa22 1.54 MB 2,384 5
766,459 766,459 00000000000000000004b16688cd26e61d2e3530d0f5f8f6832270055ffc34f3 1.45 MB 2,673 14
766,458 766,458 0000000000000000000786879ddcd1d9b9aa5370c494325013d78f395657b1a8 1.33 MB 2,489 20
766,457 766,457 00000000000000000007cae9707c80fbf821876a1fa143dab4505aa376d360a9 1.33 MB 2,323 21
766,456 766,456 000000000000000000077808880c609600a5554f783aa22b1bdb8506d0f21a0b 1.16 MB 1,925 13
766,455 766,455 00000000000000000002c4ff820406ba5358148c2b7a486e60e63a9f15f22bbc 0.10 MB 145 9
766,454 766,454 000000000000000000029636dff1cacfa1c8bbcde8b3a7b4e6344b9e58145db5 0.36 MB 829 12
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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