Memory Pool Memory Pool Refreshing

78,980 transactions
37.61 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,392 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,536 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,391 (573,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,266 275,266 00000000000000032f7f9424a77c0a139bad1c20672081cab1f60023d192b807 0.15 MB 281 26
275,265 275,265 000000000000000466b5faf1bef573ff1ddee44a61d27e31bd7d938ed2431c98 0.25 MB 374 29
275,264 275,264 0000000000000003f261b59eec7e7d8416462313a961be6a7b640fd4cb3df27e 0.52 MB 1,217 55
275,263 275,263 00000000000000024d09ff423078677325768857451fd055888d4d2794075d64 0.15 MB 226 13
275,262 275,262 0000000000000002d3a5dd47907e23fb18baabe62f91d4cf701a0fbe9fed218f 0.21 MB 406 102
275,261 275,261 000000000000000149b185414951347fa696176a9574c1af202d3a1658aaaca4 0.19 MB 387 33
275,260 275,260 0000000000000003c9b4d3b652aeb2ea54afdcd00a197b7fa4c69c59a43853fd 0.22 MB 400 22
275,259 275,259 000000000000000439b1b4994a9b272b0c0e7ea685f7f38155f42aa60561dc8b 0.25 MB 705 120
275,258 275,258 00000000000000013ff472035ea4cfd18fed978e0f26d2767e945c1544f51902 0.30 MB 534 32
275,257 275,257 00000000000000027ff4e717f3bb1eb315f4a59214c63b959a1189a22b56b3cd 0.25 MB 629 50
275,256 275,256 000000000000000002ed368b4fef6dadd91550ee9f5510ff493173905bcedcdb 0.03 MB 88 69
275,255 275,255 00000000000000026b63bc67db079ea3d52552892544738ae8dbef29ab5da206 0.14 MB 124 7
275,254 275,254 0000000000000001340ff27fbfb4abf995037cd16a7a2810f390e6a162452f79 0.01 MB 26 34
275,253 275,253 000000000000000219c7a9ebd94ee80a6ebb2538ed8931d5bfdb77d4a5792082 0.46 MB 807 32
275,252 275,252 0000000000000000702703f84a7d77e4584c845592059b7c7278d884b9b5ed32 0.35 MB 915 58
275,251 275,251 00000000000000027fe590ab9dbbac9de93bd42c6f13a3febccd321d77189abf 0.03 MB 69 85
275,250 275,250 000000000000000000ab45030e33781e4d51c06d56fd0bf52fbda2892665a7a3 0.25 MB 646 62
275,249 275,249 0000000000000003858774ead70b1b8e3e80b1caa09a3c313a580e9e5c221c38 0.06 MB 51 8
275,248 275,248 00000000000000010ac1a836fce13c23cadead2ea425a3e65cdd5cc68e391c8b 0.28 MB 621 50
275,247 275,247 00000000000000033ff60294c8474580201ce7a2affe1e17270dabf01bbad77b 0.35 MB 220 5
275,246 275,246 000000000000000230c570cf2a443ca45554244e74e4ff90d26c367818e17006 0.45 MB 903 50
Previous 10 blocks ↓
Total Size: 658.48 GB

Node Information

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