Memory Pool Memory Pool Refreshing

76,698 transactions
32.55 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,478 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,151 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,477 (179,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
669,662 669,662 000000000000000000034628d4dc1ad8bf85a83ff820d336006e8088cdf254ac 1.60 MB 1,233 37
669,661 669,661 00000000000000000003a441040bc312d7909a8c1ff7a294d4ca61b8caccb1f2 1.40 MB 2,310 75
669,660 669,660 0000000000000000000052d35bc6f1d44aa241cb07e18aa11633e52101db660d 1.31 MB 1,118 32
669,659 669,659 00000000000000000001cbeb86a0762613102eca9b64d276beffb922ab6c950f 1.42 MB 2,462 79
669,658 669,658 0000000000000000000c63f4501101b24a401ce96134de1482cf8f320db82679 1.24 MB 2,144 94
669,657 669,657 00000000000000000009aa08bab8b2f0c0c2c16853d32e9f1a65e3e97864c13d 1.43 MB 2,409 67
669,656 669,656 000000000000000000047f358d84330e27e84d46cec6daaf885c9699fbd4070f 1.39 MB 2,262 39
669,655 669,655 00000000000000000008d9e137fe8a936ff7a7103816ac5e407fc1493f8ddc81 1.45 MB 2,150 53
669,654 669,654 0000000000000000000648f63cb2688b1c7fed218c0ac9453173b3f0c300f7b2 1.35 MB 2,081 78
669,653 669,653 0000000000000000000a16b89feedf16c6551d160af413804e4bf0cd8d1d535d 1.34 MB 2,021 66
669,652 669,652 00000000000000000006517582f04ea65d1fb39fba2571840dcbdd9e9e2bcbf2 1.40 MB 2,067 90
669,651 669,651 00000000000000000001d9e787009bc0df2411e09c6fbef9b066ef8b8a4b1fa9 1.76 MB 1,147 21
669,650 669,650 0000000000000000000285b84424bd1d84b770acc69f6179b9f61709553193b2 1.49 MB 2,494 84
669,649 669,649 0000000000000000000c82f6d8a4ec3aed512ceb3379527ae42edc09e78f4659 1.95 MB 941 29
669,648 669,648 000000000000000000075d80cdd8c0642819144b8908e7cfed74e36ece17d746 1.73 MB 566 38
669,647 669,647 00000000000000000003b20fc35f394b0468bfc98508f223de1472fa36cfc4d9 1.91 MB 487 26
669,646 669,646 00000000000000000004be1865d9405b9a3571da1953511a88248380932978fa 2.27 MB 214 7
669,645 669,645 00000000000000000007aa81c1973761899626bf5014f5204417665f81b2aa98 1.73 MB 1,424 35
669,644 669,644 00000000000000000009b42e2e476c172fdfd60d7d9b611126692394ed92026f 2.26 MB 254 8
669,643 669,643 00000000000000000001eaba407d573c5866aed04c68765868bfc28742c696d9 1.89 MB 915 24
669,642 669,642 00000000000000000006e183fec748e3f752670abdfccfe6ce31027aab46463e 2.34 MB 80 4
Previous 10 blocks ↓
Total Size: 660.52 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: 410.34 GB sent, 1.86 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.