Memory Pool Memory Pool Refreshing

61,484 transactions
38.23 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,116 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,150 37
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,115 (93,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,483 748,483 000000000000000000066092d795d2b80f93254a9c173003845969ee798fb026 0.31 MB 357 7
748,482 748,482 00000000000000000003ff7abba5d3b30e15db0d7f3e03f170f9ba41af6affca 0.28 MB 427 10
748,481 748,481 000000000000000000088aa508f11850357873ca8f8c79ae1f5037efb992616e 0.03 MB 13 2
748,480 748,480 0000000000000000000804143376bba4d0c0f6fd4b4c58084ef70e105505c462 1.04 MB 881 6
748,479 748,479 00000000000000000003f5800c2b710ed21bbbbbde76cf96a3e6de1a99cf5805 0.41 MB 229 4
748,478 748,478 00000000000000000003de8e7f40402f5ab0ec167b0184b8a14ff686ae0d6f2b 1.75 MB 1,169 4
748,477 748,477 0000000000000000000817a47e32b05d8fb1fae346ed741d2f5b5bc46148ce90 1.25 MB 1,349 16
748,476 748,476 000000000000000000010a30ca0c159a730d5e0ec61436fbb6fab334820b6d9c 1.08 MB 1,484 10
748,475 748,475 00000000000000000002e6465d41e83415a2179e6c8f6fa6f04b19c5e6d275da 0.17 MB 360 10
748,474 748,474 00000000000000000008248cd6f681f3947e3d2562d3adf86388875d66252ce9 0.76 MB 720 4
748,473 748,473 00000000000000000002d1c319fad2dd593ab0ef548b3c42c2722c8d84d0b877 1.45 MB 2,744 13
748,472 748,472 00000000000000000003dcba7e419e493b1884a6a89b2a914e6800b582c9d708 0.81 MB 1,203 8
748,471 748,471 00000000000000000001c4fd96df06512c1bf9e555cc7b889c1e2bcd14821955 0.73 MB 699 8
748,470 748,470 00000000000000000000f7cd1ef5f987cbd2ddf8d3df73d2d1ee2b8c7559bd9b 1.53 MB 2,592 11
748,469 748,469 000000000000000000079f371b57f45722d8cd1a14d50960599f31d0ef170ba0 1.49 MB 980 2
748,468 748,468 000000000000000000048cc8bdafb678a52f932424c05b8e9651ee1c0e02312b 1.57 MB 2,645 9
748,467 748,467 00000000000000000004572de32677b2ff0e555ec33fe0cd846c17b8972d7673 1.39 MB 2,680 21
748,466 748,466 0000000000000000000935a5297c68793d8d22741a211e3d1ad09079a345a74e 0.33 MB 683 11
748,465 748,465 000000000000000000044e8dabd9c15757d3612ca12b9ed598126d3d0b03352a 0.14 MB 237 12
748,464 748,464 00000000000000000005f550d0293393d9c69249aec06c43610d7394c99f2691 0.19 MB 358 11
748,463 748,463 000000000000000000066477fd47a8505cc62ea8c24a4e28285fbbfe8c4272c4 0.16 MB 366 11
Previous 10 blocks ↓
Total Size: 646.96 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,440.39 GB sent, 41.91 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.