Memory Pool Memory Pool Refreshing

57,600 transactions
23.30 vMB
Show Random Selection Loading Transactions
Max Size: 131/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,848 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,288 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,847 (39,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
833,241 833,241 00000000000000000001e284403fdcbceb20a94f1d5505e008e37bb769094890 1.74 MB 2,835 51
833,240 833,240 000000000000000000001f11adfe0e93020c2deb926d4457727a6a7574afbe0d 1.59 MB 2,814 68
833,239 833,239 00000000000000000003019dadfddc0d4e1755abb6a57e896f316caaa1247058 1.57 MB 3,606 90
833,238 833,238 00000000000000000001d7fe067b1d7ba7329dbec6eea0e790812b41033ff8cf 1.76 MB 2,952 45
833,237 833,237 00000000000000000000cb107dad42acff6e3140e7aa6d4fc251a1dae0600cd7 1.82 MB 2,476 42
833,236 833,236 000000000000000000031f515dd8397659bbf259a2ffca4009e6b57ec602af1d 1.68 MB 2,907 64
833,235 833,235 0000000000000000000164a88fd3f44b943c67095d49cc81e6d110c20da0b11a 1.69 MB 2,469 53
833,234 833,234 00000000000000000002bfcc4acd4f5625d71dbfc3b72fa2244fcf47277f38b6 1.69 MB 2,409 44
833,233 833,233 00000000000000000002a8465cb4041273664e0212616b04c7a2f1aa851a02fb 1.66 MB 3,211 72
833,232 833,232 000000000000000000008851aa313ea6b9a36c51272975112d842dc26537255e 1.67 MB 3,423 67
833,231 833,231 00000000000000000000b06f89979ab547465fe958e3a4148f61eb961a7def8d 1.64 MB 3,478 81
833,230 833,230 00000000000000000002cc3fc961fe277a0c1bc4a154cd2428d07b0dc762eb04 1.90 MB 2,650 37
833,229 833,229 00000000000000000000086be2d0a24edfd795f05cac5e5bb70afde8bc99de8b 1.73 MB 2,477 72
833,228 833,228 000000000000000000017d38256fd6a863c705e1e8904c1f4882d9e950d2bce5 1.89 MB 2,800 33
833,227 833,227 000000000000000000018e2fd99249fd63062aa57b4bcdb7dd91289ca177f509 1.63 MB 2,714 64
833,226 833,226 0000000000000000000331e4f4c7c672ceeb79f8bb322f42658493b6c3ff4311 1.75 MB 3,074 66
833,225 833,225 0000000000000000000346fe8a0f613fc2ae537ee2de0d0bbafb6eee1a1f6405 1.62 MB 1,905 36
833,224 833,224 000000000000000000022a477259c4b85849b7b1dcc530cc40ccae2d25a9de34 1.84 MB 3,006 40
833,223 833,223 000000000000000000006dca20f03089d5c4e5bfb9b47e9854a18af5b57b1114 1.91 MB 2,325 53
833,222 833,222 0000000000000000000199aeeed9772ad8589de9525758af06bea738ab774571 1.76 MB 2,096 51
833,221 833,221 00000000000000000002a6f88d89326f1707d5fde327bdba3fb814e9f7e41dce 2.04 MB 662 36
Previous 10 blocks ↓
Total Size: 704.77 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: 2,659.65 GB sent, 243.47 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.