Memory Pool Memory Pool Refreshing

69,939 transactions
30.08 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,540 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,319 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,539 (152,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,675 696,675 000000000000000000102bf5ca8edfa459ae6891cdbdf8f897293fc06f7bf44a 1.52 MB 2,448 12
696,674 696,674 00000000000000000011a4bab298ec5c1e3292e920512972ec10884645d63ac3 1.34 MB 2,058 7
696,673 696,673 00000000000000000010940f95a8b1559c66901b248ffe8279d9bfc1996d740f 1.29 MB 1,856 10
696,672 696,672 000000000000000000031201660493c945ca921ca2b10f41eac2da4c6c396686 1.46 MB 1,699 10
696,671 696,671 0000000000000000000cef54583f73e332f184d250d4ed301f66364c1b8c2b74 0.79 MB 1,087 6
696,670 696,670 0000000000000000000f455a0080e5a2f844026fb05aba4a51f4af7132e544a3 1.39 MB 1,943 7
696,669 696,669 000000000000000000023a35b7cc8fbf705bd4969b5b4c722bb0894d2a8d438a 1.25 MB 1,346 4
696,668 696,668 0000000000000000000b6dbbaaec3ba64b9c463a20546bcee1a45d6cde2088c8 1.46 MB 3,028 7
696,667 696,667 0000000000000000000ea16ce12287899cb61c961b796ea6d4c221405769bfe6 1.55 MB 2,452 8
696,666 696,666 000000000000000000082aa328aba05a754a2c6eddd8b656e2aef060f630296c 1.53 MB 2,267 59
696,665 696,665 00000000000000000009a547e5c2ad9a06dacd1294ba08644e17e084ca449da7 1.38 MB 1,903 15
696,664 696,664 00000000000000000002bfc831b26690c38f695cf628cbce7f577cfb7474201c 1.40 MB 2,462 8
696,663 696,663 0000000000000000000302f3043e651853bddcc5aa9af4fe91b8fee1de92d3e9 1.18 MB 969 7
696,662 696,662 00000000000000000010052d920b09a1af9f7c3ca70836d6825d8820c1fec1f5 1.56 MB 1,898 15
696,661 696,661 000000000000000000048cc8cb8a535675790c9e26347f5f2f4c604f84d53160 1.40 MB 2,586 4
696,660 696,660 000000000000000000089c147bf21443f54d4cf051776e645c266ec18f930d03 1.56 MB 2,511 24
696,659 696,659 00000000000000000009f0e2bbc74a267e20eebc413239c30d12a780e7d21fd2 1.34 MB 2,299 7
696,658 696,658 0000000000000000000d1643b50a7a7f64b3802c891ddbf601058613d2ad8b63 1.54 MB 2,565 16
696,657 696,657 00000000000000000011e96ba4cc1655d4046df875e4b7913ead55642f2f5ed9 0.83 MB 1,574 12
696,656 696,656 0000000000000000001133498ff629236ea468e8e83e44a55c342a698244a099 0.24 MB 454 13
696,655 696,655 0000000000000000000a5d5e3d448ebe97ed3afdc6afdda251efd93d3e7a18ee 0.22 MB 206 12
Previous 10 blocks ↓
Total Size: 660.63 GB

Node Information

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