Memory Pool Memory Pool Refreshing

76,728 transactions
31.27 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,573 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,399 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,572 (151,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,343 698,343 000000000000000000082dbf56fb23ce5cd9c55f082e8b3b03ec2beaa61d6e93 0.91 MB 345 4
698,342 698,342 0000000000000000000bb0ab6182da22f05599398a20600555c78fa2002aae9c 0.38 MB 518 5
698,341 698,341 0000000000000000000e83b4508eb0e73fabf53b72ac554485fbbef1549f97e1 0.01 MB 28 4
698,340 698,340 00000000000000000000e3661746d82aaebef3443f8734b15ed372d47ebce73f 0.71 MB 765 7
698,339 698,339 0000000000000000000437612242f6f310ea02a0f00ae3d149abb1dec98f00dc 1.06 MB 1,406 9
698,338 698,338 0000000000000000000e8ca3ede435abd02eec176426918ecbf91f94374e31cd 1.10 MB 1,047 3
698,337 698,337 0000000000000000000b318d4d9ff57af9a9d9a01b19a47a3034e6ad798e6123 1.53 MB 1,241 2
698,336 698,336 00000000000000000008a9e8a4db78b242231390f3c4156af5e3bcf20e87e8bf 1.39 MB 2,373 2
698,335 698,335 0000000000000000000d09613360fa37a9c6c6d6e584d478782b777bab449366 1.48 MB 2,610 18
698,334 698,334 000000000000000000012def3b14e04fac4281a1dfd461a5dd79ebd23a5b39a4 1.43 MB 2,694 20
698,333 698,333 0000000000000000000fc7b7fbb970db08982c8e710a2f9089473979a5f8e5d5 1.16 MB 1,098 5
698,332 698,332 0000000000000000000af6403713905839e1adb3377f4f05130ab18422402a1d 1.15 MB 541 1
698,331 698,331 000000000000000000081ead3b6e7f9c90712cabaec2bceb8b8ce9d357fb2775 1.20 MB 1,040 4
698,330 698,330 0000000000000000000d0c537dc1ca159d154d18c54ac50332a0a1b738776b89 1.45 MB 2,350 9
698,329 698,329 00000000000000000007fcc74ef54828da23d0cb4cc8d23f678af577d45a1e24 1.29 MB 1,373 3
698,328 698,328 00000000000000000005088f13ead96ff3c359ccd77cf0476130b001aaff5c20 1.48 MB 2,772 17
698,327 698,327 00000000000000000002e946b7ef6ab57a84c25e27fd274c48345c8a87964292 1.28 MB 953 3
698,326 698,326 00000000000000000000aea7dc23a1e56a41e7099bcb5971b8f3705597d16dec 1.26 MB 1,816 2
698,325 698,325 0000000000000000000ab0bbe531548bbc334c779155f2a0b47f9a744cfe32e1 1.49 MB 3,432 9
698,324 698,324 00000000000000000000432ae371cf2cdbeb32fcfa0dc1ea670dc6a61fd35a91 1.69 MB 1,792 4
698,323 698,323 0000000000000000000a7469cb8649b3028846e5b7aa62a7b8303420621024c3 1.50 MB 2,360 16
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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