Memory Pool Memory Pool Refreshing

68,107 transactions
38.39 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
850,078 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,467 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,077 (146,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
703,336 703,336 000000000000000000099c6e0cb7961c360e1a981d04e84e9a117def518648ad 0.59 MB 581 8
703,335 703,335 00000000000000000006772e95ecb682838f02accb4e99609530f82fb1ee9d82 1.10 MB 741 8
703,334 703,334 000000000000000000049feafe701ae8b53424bf5a33133653743b5be3f3ca64 0.76 MB 846 7
703,333 703,333 00000000000000000005ae827873df6a9ff8f2612acb752c9bf1cec0ef717a6a 0.49 MB 709 8
703,332 703,332 00000000000000000008b6db1722766ab939fee34fe71f10ea31bb010b1431a4 1.24 MB 2,295 7
703,331 703,331 0000000000000000000068380074ec5baa5b2b900644215aea0c6cc49dd0f785 1.34 MB 2,116 14
703,330 703,330 0000000000000000000234dc0b364b85e7d60bb3bf965d66d12d2c988ebef3dd 0.45 MB 329 5
703,329 703,329 000000000000000000089b20ed4ac89f2f6a5fbec9049ccbeebd58f1429062ad 1.45 MB 2,510 2
703,328 703,328 0000000000000000000b8711137732e534acf0b81916c4013b738daa0a66fdd5 1.36 MB 2,171 5
703,327 703,327 0000000000000000000d28e7549466913210c33f036b7355efa54ce195ad29ac 1.32 MB 1,630 11
703,326 703,326 00000000000000000007a5d52bf48ad43772b0564087de0ddbbc34ef240f2156 1.14 MB 1,113 5
703,325 703,325 0000000000000000000855ef1a36b9db199483178d49bf73a9a9f388ac106b72 1.43 MB 2,986 21
703,324 703,324 00000000000000000006e978a75cf407070a0301e67720b802f2676dce0305b0 1.23 MB 1,492 8
703,323 703,323 00000000000000000009a881c360f030aa97991dee2d8726266cb76744db863a 0.13 MB 272 10
703,322 703,322 00000000000000000002ace4daed0690e69a516df734c537de45a92e83c1b77b 0.29 MB 340 7
703,321 703,321 00000000000000000000e320cf90f229432ff3cd1a07369710abe8a9d28e5045 0.75 MB 1,081 10
703,320 703,320 00000000000000000007935724da064a14fd25a98b56175ba8f81f4833c8c33e 0.74 MB 1,252 10
703,319 703,319 0000000000000000000eb4e00c392809ba3e516b02a576d631c7d1cc098f548e 0.73 MB 1,008 9
703,318 703,318 00000000000000000006173d54a814cc711c45fb5a2270d4b7f6ec200c700a23 0.40 MB 585 9
703,317 703,317 0000000000000000000594f11ed1df42394e120cf4c4b3206c7abf80f839fee2 0.38 MB 712 10
703,316 703,316 00000000000000000006b5a0d50de10bda341496f97601540a51fa51a96d8ad9 0.91 MB 1,536 9
Previous 10 blocks ↓
Total Size: 661.65 GB

Node Information

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