Memory Pool Memory Pool Refreshing

96,657 transactions
30.56 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,288 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,506 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,287 (377,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
472,411 472,411 0000000000000000004998d73fcc2ab1804d78c29208c6969908d5c86c011f3e 1.00 MB 1,506 299
472,410 472,410 000000000000000001019900c784573b965565d64f558d30fe2a86ee6d558873 1.00 MB 2,143 309
472,409 472,409 0000000000000000009f5952296de0789db6223707aa9c10e699b5aa904a5125 1.00 MB 2,386 360
472,408 472,408 000000000000000000b2b56a14b3f37c4e1087627581ec17c8aed0160609e092 1.00 MB 2,400 364
472,407 472,407 0000000000000000014d5a1aa1e059aa6db08519b3bf051f02b4f1a9659d95fe 1.00 MB 2,164 369
472,406 472,406 0000000000000000006ba70ce7fa96bf409c89b93e0b49de32c04367771f2fa4 1.00 MB 2,410 361
472,405 472,405 000000000000000001346acef5600382b7ab794295938226e9a8f73ff8a75222 1.00 MB 1,857 309
472,404 472,404 0000000000000000000d1843e665d70a838d5eddf6229c4c1df69b68654858e7 1.00 MB 2,358 314
472,403 472,403 0000000000000000001c43677ae1b2e11fff7f006a9a803ffaad55645218f303 0.99 MB 2,651 330
472,402 472,402 0000000000000000005e7114dde4d1b0d329119d651f979f0af687ced85ef2eb 1.00 MB 2,461 371
472,401 472,401 000000000000000000610cef5ea643886cd79936207d6a3a9eaffc24c12f03f8 1.00 MB 2,121 412
472,400 472,400 0000000000000000005e9c72e6f58854ae6744d748b0e173f7124f91488b2e4a 1.00 MB 2,073 362
472,399 472,399 00000000000000000147b1f15209b7aa95e66b112e6f3b44a740a62574424fd6 1.00 MB 2,103 319
472,398 472,398 0000000000000000002edfeead192fe26397fd62996e7a86d2d544e30048680b 1.00 MB 2,247 420
472,397 472,397 0000000000000000003203c68441fc29825eb4beaf446c4b16b484a6a04269f1 1.00 MB 2,045 432
472,396 472,396 00000000000000000046e8103d722215f5fad8927a951b94585cef7c50ade48f 1.00 MB 2,506 331
472,395 472,395 00000000000000000011a17dbe9c60f42b2f9fbc517199482fb5c800bf3e23f3 1.00 MB 1,940 360
472,394 472,394 0000000000000000012f8f50495871012e760597e77e8474d1123510ddecce1f 1.00 MB 2,286 424
472,393 472,393 0000000000000000003cdcd3a54bb8913752f2378b60a627eb133fd2c5bb6abc 1.00 MB 2,325 446
472,392 472,392 0000000000000000015d9adf7f3aaffe01b9eeae0e6a6e95adc2c6ad06355bfd 1.00 MB 1,583 402
472,391 472,391 0000000000000000014228823553852a90563fe84da5f0a5aa4832e85f68b1b5 1.00 MB 2,072 420
Previous 10 blocks ↓
Total Size: 662.05 GB

Node Information

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