Memory Pool Memory Pool Refreshing

64,107 transactions
50.04 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
848,024 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 845 38
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,023 (660,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
187,485 187,485 000000000000086d1d6316d8176096eb04583ce28432e391f5e388e60412fccc 0.16 MB 350 152
187,484 187,484 00000000000003ce23a2211838cc37d7764c5f5a0bb7b8722dd9beeeefbc9c51 0.21 MB 467 142
187,483 187,483 000000000000067de06731e65a20db619323fed4d5fe286e0926986f87022567 0.03 MB 72 81
187,482 187,482 00000000000004ae3dd1973b21fa54d4096bf497121a9d6c1e117e12a12ba46f 0.03 MB 67 117
187,481 187,481 0000000000000963160a00b8454f9acea051310397a1b239c2767f011e15228f 0.18 MB 299 145
187,480 187,480 00000000000008a56fd46c274618d96a2e58c04478269057255482992a7f8b62 0.23 MB 703 165
187,479 187,479 0000000000000564a50e63eb731883238f7cf75fd66b834d48eadbb378dede3b 0.00 MB 12 0
187,478 187,478 000000000000009809807cc211cda70dd5bced26aa874e18f43fb1e4c0b6eca9 0.16 MB 256 104
187,477 187,477 00000000000004aaf06f2ea0e4cd12f1ca1b8651b12f974cd77cc752aac9cc52 0.10 MB 256 160
187,476 187,476 00000000000006b3e8b1b06abda4059f48ce1b071578a4f26659c69932711c9c 0.10 MB 256 167
187,475 187,475 0000000000000619d696e67fbbfbe7d9e98b3437e3ee212ff4450e3a8b1b57ad 0.06 MB 211 100
187,474 187,474 0000000000000192316a54aa738e196a20ad839d8db0c5a9a1de1af059175502 0.03 MB 54 81
187,473 187,473 000000000000001a163f9107dad62b9d7a1331576b181a50ad057122f3912e96 0.13 MB 306 122
187,472 187,472 00000000000001ed1ec6978517414e1a4f4f4de8e0a8590bae25dd344a486746 0.00 MB 14 326
187,471 187,471 00000000000006dfd7acbd7382c9373ddd1c64acc13341f6ba072d6dbb460934 0.01 MB 23 124
187,470 187,470 00000000000002436c0c5404e7bedd8d6c133634343a9fbaa5aae75ab6669a90 0.01 MB 17 8
187,469 187,469 00000000000003f14ba5c42920c9da878f94ea8827a053c4e8c208ba250065fc 0.14 MB 340 129
187,468 187,468 00000000000000e6f5fc6dec53864c7c5d298dc10a1c389a772feccf83c7dfbe 0.05 MB 161 66
187,467 187,467 00000000000009b24d4ed085f1bba843e25349b94124fd6078e3e22fceaa0a8e 0.00 MB 9 15
187,466 187,466 0000000000000882099c51ca4b082580939c6a5dc4fe69a59324aa3d8fdcb25d 0.04 MB 112 136
187,465 187,465 00000000000005ce8f7d5e68ee2f84caa2d96ef79a67895a5ca2e77afb7f677d 0.01 MB 17 89
Previous 10 blocks ↓
Total Size: 657.81 GB

Node Information

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