Memory Pool Memory Pool Refreshing

64,488 transactions
30.52 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,442 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,239 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,441 (264,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
584,466 584,466 00000000000000000004fc485efc4b6a27a4ae49e8003ba7b6a4008a808c9a32 1.33 MB 2,471 46
584,465 584,465 0000000000000000000e157e6c25cce42680784b1d26bb26b7f42d171f31ce30 1.21 MB 2,707 80
584,464 584,464 0000000000000000000126625623e85dbc251c45bd03c960fec7f9db6d7afbe4 0.73 MB 1,791 42
584,463 584,463 0000000000000000001fbea2fcbf4db8a17f07865c32afaf9a594f10ea067793 0.97 MB 2,157 29
584,462 584,462 0000000000000000000e0fab9843f83a2424c90afea4cff50ed61572d861ad92 0.26 MB 287 13
584,461 584,461 000000000000000000086945a6a6bcc63959a705a9db666aead83252fa1687d8 1.21 MB 2,370 3
584,460 584,460 000000000000000000069e3397b360da1539814280be5ed994ee9da14e89ed08 1.11 MB 2,502 20
584,459 584,459 00000000000000000010d86079fd0ffa07382ba17a1aa286e604894a6dd6955b 1.23 MB 2,798 62
584,458 584,458 0000000000000000001b159f7b97e05aeafcb141d759501c67c3b60cbb4fc75c 1.10 MB 2,699 26
584,457 584,457 00000000000000000020326a561dbd2a274c5a96c63e9ecd65ce5e164d0e7426 1.14 MB 2,285 17
584,456 584,456 0000000000000000000e707114b6e3970c807d9950048c56b2f8fee60814ae2a 1.25 MB 2,869 48
584,455 584,455 000000000000000000192aba3d2b0ffb382896e033bb47cb8a29c0f10b2137ac 1.29 MB 2,181 54
584,454 584,454 00000000000000000020c3e9286239f03389e788e5ad359c13ae0c5a63f17ef9 1.22 MB 2,892 83
584,453 584,453 00000000000000000021db3a39b29d819761195cdafa6e3ed457a5a45d7e649b 1.21 MB 2,598 48
584,452 584,452 00000000000000000020e23810cfc6b6d6e2f224e492978a1ad4da106c03243e 0.81 MB 2,111 29
584,451 584,451 0000000000000000000adc3d285bb69e91728dfb38bb7692e83f90752291fd12 0.72 MB 1,906 31
584,450 584,450 00000000000000000019960edabec5efb6d0e2cd13dda2de604e06f1f1a6ceec 1.20 MB 3,059 41
584,449 584,449 000000000000000000214430a2180a92a98c59f1471475fea36f377fc26e19b5 1.10 MB 2,464 31
584,448 584,448 00000000000000000013a17397e380563bfbbd12a3a0024b1654adae88cf0c6d 0.32 MB 807 38
584,447 584,447 00000000000000000015aa81110ef1a854014d9693315fce610d336aadc4e83e 0.57 MB 1,283 42
584,446 584,446 00000000000000000015e87701fca14d14457be2ccd40d162c1e26171cf3c7a7 0.81 MB 1,907 3
Previous 10 blocks ↓
Total Size: 660.45 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 92 incoming
  • Data Transfer: 358.63 GB sent, 1.54 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.